Skip to content

Commit

Permalink
4.8_12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiana-Jahanshid committed Jul 28, 2024
1 parent cfad7b3 commit 4dd717b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: quart --app app run
web: python app.py

2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ async def post_detail(title):


if __name__ == "__main__":
app.run(debug=True)
app.run(debug=True , host="0.0.0.0" ,port="5000")



Expand Down

0 comments on commit 4dd717b

Please sign in to comment.