diff options
Diffstat (limited to 'aurweb/asgi.py')
-rw-r--r-- | aurweb/asgi.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aurweb/asgi.py b/aurweb/asgi.py index 5f30471a..9bb71ecc 100644 --- a/aurweb/asgi.py +++ b/aurweb/asgi.py @@ -1,8 +1,3 @@ from fastapi import FastAPI app = FastAPI() - - -@app.get("/hello/") -async def hello(): - return {"message": "Hello from FastAPI!"} |