From 202452da1a9c9ebe66cc8ca2f00aa302dc4cf1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Thu, 13 Jan 2022 14:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=AF=84=E4=BB=B7=E8=AF=81=E4=B9=A6=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- file/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/routes.py b/file/routes.py index 339aee9..5bef65b 100644 --- a/file/routes.py +++ b/file/routes.py @@ -34,5 +34,5 @@ def get_certification_route(**kwargs): """ tfse_file = TfseFile() tfse_file.fid = request.args.get('file_id') - response = Response(tfse_file.get_general_report(), content_type='application/pdf') + response = Response(tfse_file.get_general_certification(), content_type='application/pdf') return response