From 208cf314aa4e085a4ee4a61b75df8577e8955b82 Mon Sep 17 00:00:00 2001 From: jc <419690370@qq.com> Date: Wed, 12 Mar 2025 22:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=E7=A8=8B=E5=BA=8F=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=A2=AB=E5=85=AC=E7=BD=91=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2fa4a40..1a50a9f 100644 --- a/app.py +++ b/app.py @@ -33,4 +33,4 @@ def api_travel_guide(): return jsonify(travel_guide) if __name__ == "__main__": - app.run(debug=True, port=80) \ No newline at end of file + app.run(debug=True,host="0.0.0.0", port=80) \ No newline at end of file