diff --git a/backend/src/main.py b/backend/src/main.py index 518873d..f4aebcb 100644 --- a/backend/src/main.py +++ b/backend/src/main.py @@ -7,7 +7,7 @@ app = FastAPI() -origins = ["http://localhost:5173"] +origins = ["http://localhost:5173", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"] app.add_middleware( CORSMiddleware,