Skip to content

Commit

Permalink
updated cors config
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Nov 13, 2024
1 parent 27d4eb9 commit 39baeaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
'allowed_methods' => ['*'],
'allowed_origins' => [
'http://cche-ch.org',
'https://cche-ch.org',
'https://cche-ch.org',
'www.cche-ch.org',
'localhost',
],
'allowed_origins_patterns' => [],
Expand Down

0 comments on commit 39baeaf

Please sign in to comment.