Skip to content

Commit bf7f52a

Browse files
committed
fix(getcloser): swagger 경로 /api로 복구
1 parent 6725e1d commit bf7f52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getcloser/backend/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def custom_openapi():
3737
description=app.description,
3838
routes=app.routes,
3939
)
40-
openapi_schema["servers"] = [{"url": "/"}]
40+
openapi_schema["servers"] = [{"url": "/api"}]
4141
app.openapi_schema = openapi_schema
4242
return app.openapi_schema
4343

0 commit comments

Comments
 (0)