mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Fixed Cors wildcard
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c407b52bbf
commit
aebb30cea8
|
@ -4,7 +4,7 @@ return [
|
||||||
|
|
||||||
'supportsCredentials' => false,
|
'supportsCredentials' => false,
|
||||||
|
|
||||||
'allowedOrigins' => '[*]',
|
'allowedOrigins' => ['*'],
|
||||||
|
|
||||||
'allowedHeaders' => ['*'],
|
'allowedHeaders' => ['*'],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue