Browse Source

让程序可以被公网访问

master
jc 3 months ago
parent
commit
eaa9825e8c
  1. 2
      app.py

2
app.py

@ -22,4 +22,4 @@ def api_menu():
return jsonify(menu)
if __name__ == "__main__":
app.run(debug=True, port=80)
app.run(debug=True,host="0.0.0.0", port=80)
Loading…
Cancel
Save