Skip to content

Commit c06c51f

Browse files
배포 환경 테스트 위한 vercel url cors 추가
1 parent 4bf42b5 commit c06c51f

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
@@ -37,6 +37,7 @@ async def lifespan(app: FastAPI):
3737
allow_origins = [
3838
"http://localhost:3000",
3939
"https://gugit-frontend-test-aca.calmforest-521dd431.eastus.azurecontainerapps.io",
40+
"https://9git-frontend.vercel.app",
4041
# TODO: 추후 프론트 배포 url 추가 필요
4142
]
4243
app.add_middleware(

0 commit comments

Comments
 (0)