Skip to content

Commit

Permalink
disable api throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Jun 19, 2024
1 parent c7c39a9 commit 8dd4c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Kernel extends HttpKernel

'api' => [
// \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
'throttle:api',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
\App\Http\Middleware\AcceptLanguage::class,
\App\Http\Middleware\ConfigureFrontendFromRequest::class,
Expand Down

0 comments on commit 8dd4c24

Please sign in to comment.