From c43ea6b0c789069fa0dbd46bf870593e8b4ce245 Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 25 Dec 2025 02:42:10 +0530 Subject: [PATCH] Update in the cor headers --- eventify/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eventify/settings.py b/eventify/settings.py index 21c7c71..24b3811 100644 --- a/eventify/settings.py +++ b/eventify/settings.py @@ -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'