mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -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' => [
|
||||
\Barryvdh\Cors\HandleCors::class,
|
||||
\Fruitcake\Cors\HandleCors::class,
|
||||
'throttle:120,1',
|
||||
'auth:api',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue