This commit is contained in:
parent
ce89020a0a
commit
fc4856c249
|
@ -26,7 +26,7 @@ async def error_handler(request: Request, exc: Error):
|
|||
|
||||
|
||||
@app.get("/")
|
||||
async def read_root():
|
||||
async def hi():
|
||||
return {"Hello": "World"}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue