Changed order so CORS will still work if throttle hit
This commit is contained in:
+1
-1
@@ -44,9 +44,9 @@ class Kernel extends HttpKernel
|
||||
],
|
||||
|
||||
'api' => [
|
||||
\Barryvdh\Cors\HandleCors::class,
|
||||
'throttle:120,1',
|
||||
'auth:api',
|
||||
\Barryvdh\Cors\HandleCors::class,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user