We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ed1f0 commit 6a5b78bCopy full SHA for 6a5b78b
1 file changed
simple_app.py
@@ -12,8 +12,8 @@
12
app = FastAPI(
13
title="Interview Coach API",
14
version="1.0.0",
15
+ root_path="/api",
16
docs_url="/docs",
- redoc_url="/redoc",
17
openapi_url="/openapi.json",
18
)
19
0 commit comments