Skip to content

Commit

Permalink
Added vercel to cors.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-maddock committed Jan 3, 2025
1 parent 89ab602 commit 80a5113
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
@@ -1,7 +1,7 @@
<?php
return [
'paths' => ['api/*'],
'allowed_origins' => ['https://dev.arcane.city','https://arcane.city','http://localhost:3000','http://localhost:5173'],
'allowed_origins' => ['https://dev.arcane.city','https://arcane.city','http://localhost:3000','http://localhost:5173','https://arcane-city-frontend.vercel.app'],
'allowed_methods' => ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'],
'allowed_headers' => ['Content-Type', 'Authorization'],
'exposed_headers' => [],
Expand Down

0 comments on commit 80a5113

Please sign in to comment.