use new rate limiting

This commit is contained in:
Taylor Otwell
2020-08-27 13:36:32 -05:00
parent 23205e270f
commit ced3e50bca
2 changed files with 18 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ class Kernel extends HttpKernel
],
'api' => [
'throttle:60,1',
'throttle:api',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
];