diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 9bf58cc..3ca17ec 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -35,11 +35,9 @@ class Kernel extends HttpKernel StartSession::class, ShareErrorsFromSession::class, Middleware\VerifyCsrfToken::class, - 'throttle:30,1', ], 'api' => [ - 'throttle:30,1', ], ];