mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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,
|
||||
|
||||
'allowedOrigins' => '[*]',
|
||||
'allowedOrigins' => ['*'],
|
||||
|
||||
'allowedHeaders' => ['*'],
|
||||
|
||||
|
|
Loading…
Reference in a new issue