Skip to content

Commit 3250704

Browse files
authored
Merge pull request #24 from codeuniversity/update-origins
add the frontend cloud url to the allowed origins
2 parents 4803ca2 + fc5fbbe commit 3250704

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"]
10+
origins = ["http://localhost:5173", "https://thf-climate-frontend-run-1020174331409.europe-west3.run.app"]
1111

1212
app.add_middleware(
1313
CORSMiddleware,

0 commit comments

Comments
 (0)