Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
좀 되어라
Browse files Browse the repository at this point in the history
-
  • Loading branch information
tomorrow9913 committed Nov 17, 2023
1 parent 9c21014 commit 8cad2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@


if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=80, workers=4)
uvicorn.run(app='main:app', host="0.0.0.0", port=80, workers=4)

0 comments on commit 8cad2ef

Please sign in to comment.