We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5523da5 commit 254360dCopy full SHA for 254360d
1 file changed
simple_app.py
@@ -10,16 +10,16 @@
10
11
# Simple app without complex dependencies
12
app = FastAPI(
13
- title="Interview Coach API",
+ title="AI Interview Coach API",
14
version="1.0.0",
15
- #root_path="/api",
16
- docs_url="/docs",
17
- redoc_url="/redoc",
18
- openapi_url="/openapi.json",
+ docs_url="/api/docs",
+ redoc_url="/api/redoc",
+ openapi_url="/api/openapi.json",
19
)
20
21
22
+
23
# MongoDB connection
24
client = None
25
database = None
0 commit comments