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 39baeaf commit 623b6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
'allowed_methods' => ['*'],
'allowed_origins' => [
'http://cche-ch.org',
'https://cche-ch.org',
'www.cche-ch.org',
'https://cche-ch.org',
'https://www.cche-ch.org',
'localhost',
],
'allowed_origins_patterns' => [],
Expand Down

0 comments on commit 623b6e0

Please sign in to comment.