From 5aa612795a3f6836cb8e0327117d7de822c153ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Tue, 8 Mar 2022 16:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= 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 ad1c352..502747e 100644 --- a/app.py +++ b/app.py @@ -17,7 +17,7 @@ app.register_blueprint(esg_route, url_prefix='/esg_rating/rating') app.register_blueprint(certificate_route, url_prefix='/tfse_rating/certificate') -@app.route('/app/version') +@app.route('/tfse_rating/version') def hello_world(): return 'WideRating TFSE_Rating v0.2'