Changed order so CORS will still work if throttle hit

This commit is contained in:
snipe
2019-07-23 18:02:27 -07:00
parent ef41e0060a
commit ae6048a6ea
+1 -1
View File
@@ -44,9 +44,9 @@ class Kernel extends HttpKernel
],
'api' => [
\Barryvdh\Cors\HandleCors::class,
'throttle:120,1',
'auth:api',
\Barryvdh\Cors\HandleCors::class,
],
];