Lemon-Framework / Lemon

🍋 A php microframework
https://lemon-framework.github.io/docs/
GNU General Public License v3.0
24 stars 8 forks source link

[Routing] add Route::noCsrf #123

Closed tenmajkl closed 1 year ago

tenmajkl commented 1 year ago

as an alias for Route::coolection($fn)->exclude(\Lemon\Protection\Middlewares\Csrf::class);