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