Mrunal09 commited on
Commit
433101e
·
verified ·
1 Parent(s): c78ff68

Update fastapi_app.py

Browse files
Files changed (1) hide show
  1. fastapi_app.py +0 -2
fastapi_app.py CHANGED
@@ -45,5 +45,3 @@ async def handler(files: List[UploadFile] = File(...)):
45
  @app.get("/", response_class=RedirectResponse)
46
  async def redirect_to_docs():
47
  return "/docs"
48
-
49
- # https://www.youtube.com/watch?v=0v9ZsleUuEg&ab_channel=AndrejBaranovskij
 
45
  @app.get("/", response_class=RedirectResponse)
46
  async def redirect_to_docs():
47
  return "/docs"