Skip to content

Instantly share code, notes, and snippets.

@cosmic-cortex
Last active May 29, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosmic-cortex/a06d99ad6158cc2bbfe93082f02cb5e5 to your computer and use it in GitHub Desktop.
Save cosmic-cortex/a06d99ad6158cc2bbfe93082f02cb5e5 to your computer and use it in GitHub Desktop.
@app.post("/")
async def endpoint():
# ...
# call async functions here with `await`
# ...
return {"msg": "FastAPI is awesome!"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment