update: disabled web throttle

- to be discussed with core devs
This commit is contained in:
HDVinnie
2023-05-21 08:31:35 -04:00
parent 553a09134f
commit da314482f1
+1 -1
View File
@@ -53,7 +53,7 @@ class Kernel extends HttpKernel
\Illuminate\Routing\Middleware\SubstituteBindings::class,
\App\Http\Middleware\VerifyCsrfToken::class,
\App\Http\Middleware\UpdateLastAction::class,
'throttle:web',
//'throttle:web',
],
'api' => [
'throttle:api',