Skip to content

Commit

Permalink
update cors
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jun 25, 2023
1 parent 7a9e41d commit e4dd1f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GaelO2/config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

'allowed_origins' => ['*'],

'allowed_origins_patterns' => [],
'allowed_origins_patterns' => ['*'],

'allowed_headers' => [],
'allowed_headers' => ['*'],

'exposed_headers' => [],
'exposed_headers' => ['*'],

'max_age' => 0,

Expand Down

0 comments on commit e4dd1f6

Please sign in to comment.