From be75fdd1562049ae8ac74145422b1e2edbc8e2d7 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:17:18 +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 502747e..ebde1ea 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ CORS(app, supports_credentials=True) app.register_blueprint(report_route, url_prefix='/tfse_rating/report') app.register_blueprint(rating_route, url_prefix='/tfse_rating/rating') -app.register_blueprint(esg_route, url_prefix='/esg_rating/rating') +app.register_blueprint(esg_route, url_prefix='/tfse_rating/esg') app.register_blueprint(certificate_route, url_prefix='/tfse_rating/certificate')