Skip to content

Commit

Permalink
Use import string for app
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Jul 17, 2023
1 parent a64c48c commit 5269927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def root():

if __name__ == "__main__":
uvicorn.run(
app,
"main:app",
host="0.0.0.0",
port=8888,
log_config=DEFAULT_LOGGING,
Expand Down

0 comments on commit 5269927

Please sign in to comment.