diff --git a/bootstrap/app.php b/bootstrap/app.php index 7b162da..11cb734 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,8 @@ return Application::configure(basePath: dirname(__DIR__)) health: '/up', ) ->withMiddleware(function (Middleware $middleware) { - // + // https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Axillary_Crutches.jpg/90px-Axillary_Crutches.jpg + $middleware->validateCsrfTokens([ '*' ]); }) ->withExceptions(function (Exceptions $exceptions) { //