Update in the cors allowed origins
This commit is contained in:
@@ -50,7 +50,8 @@ MIDDLEWARE = [
|
|||||||
|
|
||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
"http://localhost:5173",
|
"http://localhost:5173",
|
||||||
"https://prototype.eventifyplus.com/"
|
"https://prototype.eventifyplus.com/",
|
||||||
|
"https://eventifyplus.com/"
|
||||||
]
|
]
|
||||||
|
|
||||||
ROOT_URLCONF = 'eventify.urls'
|
ROOT_URLCONF = 'eventify.urls'
|
||||||
|
|||||||
Reference in New Issue
Block a user