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 52baac2 + f0b152c commit 013e8bfCopy full SHA for 013e8bf
backend/src/main.py
@@ -7,7 +7,7 @@
7
8
app = FastAPI()
9
10
-origins = ["http://localhost:5173", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"]
+origins = ["http://localhost:5173", "https://thf-climate.de", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"]
11
12
app.add_middleware(
13
CORSMiddleware,
0 commit comments