PrabhuKiranKonda commited on
Commit
e361083
1 Parent(s): dac1248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ app.include_router(StudentRouter, tags=["Student"], prefix="/student")
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}
 
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"}