Skip to content

Commit 254360d

Browse files
committed
update
1 parent 5523da5 commit 254360d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

simple_app.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
# Simple app without complex dependencies
1212
app = FastAPI(
13-
title="Interview Coach API",
13+
title="AI Interview Coach API",
1414
version="1.0.0",
15-
#root_path="/api",
16-
docs_url="/docs",
17-
redoc_url="/redoc",
18-
openapi_url="/openapi.json",
15+
docs_url="/api/docs",
16+
redoc_url="/api/redoc",
17+
openapi_url="/api/openapi.json",
1918
)
2019

2120

2221

22+
2323
# MongoDB connection
2424
client = None
2525
database = None

0 commit comments

Comments
 (0)