Skip to content

Commit 6a5b78b

Browse files
committed
update
1 parent 50ed1f0 commit 6a5b78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simple_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
app = FastAPI(
1313
title="Interview Coach API",
1414
version="1.0.0",
15+
root_path="/api",
1516
docs_url="/docs",
16-
redoc_url="/redoc",
1717
openapi_url="/openapi.json",
1818
)
1919

0 commit comments

Comments
 (0)