Update in the cor headers

This commit is contained in:
Vivek
2025-12-25 02:42:10 +05:30
parent 8488df7c14
commit c43ea6b0c7

View File

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