Skip to content

Commit

Permalink
Ajouter https://sdgmapping.org à allowed_origins dans cors.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGautier committed Feb 5, 2024
1 parent 63714e8 commit bd78484
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', '*.sdgmapping.org', 'http://localhost:4200'],
'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', '*.sdgmapping.org', 'http://localhost:4200', 'https://sdgmapping.org'],

'allowed_origins_patterns' => [],

Expand Down

0 comments on commit bd78484

Please sign in to comment.