Skip to content

Commit d751346

Browse files
authored
Merge pull request #37 from 9git9git/hotfix
✨ 프론트엔드 url cors 설정
2 parents 83c4d19 + cf6f7cb commit d751346

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async def lifespan(app: FastAPI):
3333

3434
allow_origins = [
3535
"http://localhost:3000",
36+
"https://gugit-frontend-test-aca.calmforest-521dd431.eastus.azurecontainerapps.io",
3637
# TODO: 추후 프론트 배포 url 추가 필요
3738
]
3839
app.add_middleware(

0 commit comments

Comments
 (0)