Skip to content

Commit 7da9980

Browse files
committed
update
1 parent 6c3f538 commit 7da9980

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,13 +12,13 @@
1212
app = FastAPI(
1313
title="Interview Coach API",
1414
version="1.0.0",
15-
root_path="/api",
1615
docs_url="/docs",
1716
redoc_url="/redoc",
1817
openapi_url="/openapi.json",
1918
)
2019

2120

21+
2222
# MongoDB connection
2323
client = None
2424
database = None

0 commit comments

Comments
 (0)