This commit is contained in:
Jeremy Yin 2024-03-14 19:20:27 +08:00
parent ce89020a0a
commit fc4856c249
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ async def error_handler(request: Request, exc: Error):
@app.get("/")
async def read_root():
async def hi():
return {"Hello": "World"}