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'