Skip to content

Commit 013e8bf

Browse files
authored
Merge pull request #43 from codeuniversity/fix/cors
fix cors issue
2 parents 52baac2 + f0b152c commit 013e8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
app = FastAPI()
99

10-
origins = ["http://localhost:5173", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"]
10+
origins = ["http://localhost:5173", "https://thf-climate.de", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"]
1111

1212
app.add_middleware(
1313
CORSMiddleware,

0 commit comments

Comments
 (0)