We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4803ca2 + fc5fbbe commit 3250704Copy full SHA for 3250704
backend/src/main.py
@@ -7,7 +7,7 @@
7
8
app = FastAPI()
9
10
-origins = ["http://localhost:5173"]
+origins = ["http://localhost:5173", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"]
11
12
app.add_middleware(
13
CORSMiddleware,
0 commit comments