fix code example, in async.md (#1388)
This commit is contained in:
parent
ceccb964e6
commit
f8f543057a
@ -169,7 +169,7 @@ from starlette.responses import HTMLResponse
|
||||
from starlette.routing import Route
|
||||
|
||||
|
||||
async def hello():
|
||||
async def hello(request):
|
||||
return HTMLResponse("Hello World!")
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user