From ffb236b22bc12c391cdfec6951497649bad7913b Mon Sep 17 00:00:00 2001 From: jackfrued Date: Wed, 8 Sep 2021 15:57:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E8=A7=86=E5=9B=BE=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index e84790a..390341b 100644 --- a/main.py +++ b/main.py @@ -14,6 +14,7 @@ CORS(app) @app.route('/') def show_index(): # 将请求重定向到static目录下的index.html + print('hello, world!') return redirect('/static/index.html') -- Gitee