@ -33,4 +33,4 @@ def api_heze():
return jsonify(heze_data)
if __name__ == "__main__":
app.run(debug=True, port=80)
app.run(debug=True, host="0.0.0.0",port=80)