Skip to content

Commit

Permalink
ci: add more origins into cors config
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Dec 27, 2024
1 parent a2be624 commit 0369d91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/functions/utils/cors_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
# Define allowed origins
ALLOWED_ORIGINS = [
"http://localhost:3000", # Local development
"https://schemessg-v3-dev.web.app", # Staging frontend
"https://schemessg-v3-dev.web.app", # dev frontend
"https://schemessg-v3-dev.firebaseapp.com", # dev frontend
"https://schemessg-v3-dev.firebaseapp.com", # dev frontend
"https://staging.schemes.sg", # Production frontend
"https://schemes.firebaseapp.com", # Production frontend
"https://schemes.sg", # Production frontend
]


Expand Down

0 comments on commit 0369d91

Please sign in to comment.