Skip to content

Commit

Permalink
Merge pull request #223 from GeOsmFamily:dev
Browse files Browse the repository at this point in the history
Update allowed origins in cors.php
  • Loading branch information
BorisGautier authored Feb 5, 2024
2 parents 5cb60ea + 63714e8 commit da01dfe
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', '*.position.cm', '*.francophonie.org', 'http://localhost:4200'],
'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', '*.sdgmapping.org', 'http://localhost:4200'],

'allowed_origins_patterns' => [],

Expand Down

0 comments on commit da01dfe

Please sign in to comment.