Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Apr 14, 2023
1 parent 09bd90d commit d28b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ def health_check():
if __name__ == "__main__":
HOST=os.getenv("HOST", "0.0.0.0")
PORT=os.getenv("PORT", "8080")
uvicorn.run("example:app", host=HOST, port=PORT, reload=True)
uvicorn.run(app, host=HOST, port=PORT, reload=True)

0 comments on commit d28b6a4

Please sign in to comment.