diff --git a/eventify/settings.py b/eventify/settings.py index 396b9ce..f81e1cd 100644 --- a/eventify/settings.py +++ b/eventify/settings.py @@ -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'