mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Updated Cors
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b5ddc637b8
commit
c407b52bbf
|
@ -43,7 +43,7 @@ class Kernel extends HttpKernel
|
||||||
],
|
],
|
||||||
|
|
||||||
'api' => [
|
'api' => [
|
||||||
\Barryvdh\Cors\HandleCors::class,
|
\Fruitcake\Cors\HandleCors::class,
|
||||||
'throttle:120,1',
|
'throttle:120,1',
|
||||||
'auth:api',
|
'auth:api',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue