Update in the cors allowed origins
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user