Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyang628 committed May 17, 2024
1 parent a261959 commit 9642400
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import uvicorn

if __name__ == "__main__":

uvicorn.run(
"app.main:app",
host="0.0.0.0",
port=8081,
reload=True
)

0 comments on commit 9642400

Please sign in to comment.