PrabhuKiranKonda commited on
Commit
dac1248
·
1 Parent(s): cb7f5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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}