Skip to content

Commit 2ac5d0b

Browse files
authored
#96 Remove throttle/rate limit middleware
1 parent f2783d1 commit 2ac5d0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Http/Kernel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ class Kernel extends HttpKernel
3535
StartSession::class,
3636
ShareErrorsFromSession::class,
3737
Middleware\VerifyCsrfToken::class,
38-
'throttle:30,1',
3938
],
4039

4140
'api' => [
42-
'throttle:30,1',
4341
],
4442
];
4543

0 commit comments

Comments
 (0)