Skip to content

Instantly share code, notes, and snippets.

@ashmibanerjee
Created June 7, 2022 21:53
Show Gist options
  • Save ashmibanerjee/9f2040341ab8658e5b09ed23a9a9b54d to your computer and use it in GitHub Desktop.
Save ashmibanerjee/9f2040341ab8658e5b09ed23a9a9b54d to your computer and use it in GitHub Desktop.
import uvicorn
if __name__ == "__main__":
uvicorn.run("app.app:app", host="0.0.0.0", port=8000, log_level="debug",
proxy_headers=True, reload=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment