Update in the cors allowed origins

This commit is contained in:
Vivek
2025-12-20 01:37:36 +05:30
parent 689cedb3ff
commit 5e4a1765de

View File

@@ -50,7 +50,8 @@ MIDDLEWARE = [
CORS_ALLOWED_ORIGINS = [
"http://localhost:5173",
"https://prototype.eventifyplus.com/"
"https://prototype.eventifyplus.com/",
"https://eventifyplus.com/"
]
ROOT_URLCONF = 'eventify.urls'