Skip to content

Commit

Permalink
#96 Remove throttle/rate limit middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted authored Jun 21, 2023
1 parent f2783d1 commit 2ac5d0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ class Kernel extends HttpKernel
StartSession::class,
ShareErrorsFromSession::class,
Middleware\VerifyCsrfToken::class,
'throttle:30,1',
],

'api' => [
'throttle:30,1',
],
];

Expand Down

0 comments on commit 2ac5d0b

Please sign in to comment.