Cors: exposed_headers [*]

master
cgonzalesmo 2022-08-18 11:49:45 -05:00
parent 111c0a0bb0
commit 5b0c6fb3da
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ return [
'allowed_headers' => ['*'], 'allowed_headers' => ['*'],
'exposed_headers' => [], 'exposed_headers' => ['*'],
'max_age' => 0, 'max_age' => 0,