Skip to content

Commit

Permalink
update cors
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGautier committed Oct 3, 2023
1 parent f09d7d8 commit 3788f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

'allowed_methods' => ['*'],

'allowed_origins' => ['*.geosm.org', '*.francophonie.org', 'http://localhost:4200'],
'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', 'http://localhost:4200'],

'allowed_origins_patterns' => [],

Expand Down

0 comments on commit 3788f6b

Please sign in to comment.