Spaces:
Runtime error
Runtime error
Update fastapi_app.py
Browse files- 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"
|
|
|
|