Skip to content

Commit

Permalink
test github lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Olonov committed Aug 4, 2023
1 parent 8bcbec3 commit 298a0ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@

if __name__ == "__main__":
uvicorn.run(
"api.main:app", host="0.0.0.0", port=settings.port, root_path=settings.root_path,
"api.main:app",
host="0.0.0.0",
port=settings.port,
root_path=settings.root_path,
)

0 comments on commit 298a0ff

Please sign in to comment.