We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c4d19 + cf6f7cb commit d751346Copy full SHA for d751346
1 file changed
app/main.py
@@ -33,6 +33,7 @@ async def lifespan(app: FastAPI):
33
34
allow_origins = [
35
"http://localhost:3000",
36
+ "https://gugit-frontend-test-aca.calmforest-521dd431.eastus.azurecontainerapps.io",
37
# TODO: 추후 프론트 배포 url 추가 필요
38
]
39
app.add_middleware(
0 commit comments