Merge pull request #377 from KiwiTechLLC/qa

Qa into stage
This commit is contained in:
Abu Talib
2023-12-04 17:56:50 +05:30
committed by GitHub

View File

@ -58,10 +58,10 @@ if ENV in ['dev', 'qa', 'stage']:
if ENV == "prod":
CORS_ALLOWED_ORIGINS = [
# backend base url
"https://prod-api.zodqaapp.com/",
"https://prod-api.zodqaapp.com",
# frontend url
"https://zod-prod.zodqaapp.com/",
"https://zod-prod.zodqaapp.com",
# Add more trusted origins as needed
]