Spaces:
Runtime error
Runtime error
PrabhuKiranKonda
commited on
Commit
·
dac1248
1
Parent(s):
cb7f5fc
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,5 @@ app.include_router(StudentRouter, tags=["Student"], prefix="/student")
|
|
7 |
|
8 |
@app.get("/", tags=["Root"])
|
9 |
async def root():
|
10 |
-
return {"message": "FastAPI and MongoDB"
|
|
|
|
7 |
|
8 |
@app.get("/", tags=["Root"])
|
9 |
async def root():
|
10 |
+
return {"message": "FastAPI and MongoDB",
|
11 |
+
"Swagger UI (docs)" : https://prabhukirankonda-fastapi-mongodb.hf.space/docs}
|