Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 3df8c2e

Browse files
authored
Merge pull request #39 from twhitson/master
Remove rate limit
2 parents 371cfed + 7a5bae7 commit 3df8c2e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/Http/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class Kernel extends HttpKernel
3737
],
3838

3939
'api' => [
40-
'throttle:240,1',
4140
'bindings',
4241
\App\Http\Middleware\CheckDBMaintAPI::class,
4342
\App\Http\Middleware\DatadogMiddleware::class,

0 commit comments

Comments
 (0)