diff --git a/backend/app/main.py b/backend/app/main.py index 1f03d4f..c7d4388 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -38,7 +38,7 @@ if settings.BACKEND_CORS_ORIGINS: CORSMiddleware, allow_origins=[ str(origin).strip("/") for origin in settings.BACKEND_CORS_ORIGINS - ] + ["http://localhost:3000"]+["http://localhost:5173"]+["http://localhost:5173/aboutUs"], + ] + ["http://localhost:3000"]+["http://localhost:5173"]+["http://localhost:5173/aboutUs"]+["https://cms.oneandallmusic.net"]+["https://oneandallmusic.net"], allow_credentials=True, allow_methods=["*"], allow_headers=["*"],