diff --git a/eventify/settings.py b/eventify/settings.py index 492b976..396b9ce 100644 --- a/eventify/settings.py +++ b/eventify/settings.py @@ -47,8 +47,10 @@ MIDDLEWARE = [ 'corsheaders.middleware.CorsMiddleware', 'django.middleware.common.CommonMiddleware', ] + CORS_ALLOWED_ORIGINS = [ "http://localhost:5173", + "https://prototype.eventifyplus.com/" ] ROOT_URLCONF = 'eventify.urls'