Updated Cors

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-06-12 00:23:30 -07:00
parent b5ddc637b8
commit c407b52bbf

View file

@ -43,7 +43,7 @@ class Kernel extends HttpKernel
],
'api' => [
\Barryvdh\Cors\HandleCors::class,
\Fruitcake\Cors\HandleCors::class,
'throttle:120,1',
'auth:api',
],