Skip to content

Instantly share code, notes, and snippets.

@CalvHobbes
Created October 16, 2023 07:02
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 CalvHobbes/422a27b73c03d7c250e250c5aea65f8e to your computer and use it in GitHub Desktop.
Save CalvHobbes/422a27b73c03d7c250e250c5aea65f8e to your computer and use it in GitHub Desktop.
run uvicorn in code
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=9000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment