Skip to content

Commit

Permalink
localhost to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhj93 committed May 29, 2023
1 parent ce9bb6b commit b774e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,5 @@ def server_static(filepath):
return static_file(filepath, root='static/image/')


#run(host='0.0.0.0', port=80)
run(host='localhost', port=8080, debug=True)
run(host='0.0.0.0', port=80)
# run(host='localhost', port=8080, debug=True)

0 comments on commit b774e36

Please sign in to comment.