From 3af5ddebc505ee924e3cb4a7e47c04ab0db1b16a Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Wed, 24 Apr 2024 22:10:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- be/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/run.py b/be/run.py index b4fc89e..41a134b 100644 --- a/be/run.py +++ b/be/run.py @@ -24,4 +24,4 @@ def index(): if __name__ == '__main__': - app.run(host='127.0.0.1', port=9060, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=9060, debug=True)