From fd88a8a9aab30095126b4cd725a8adbffcca907b Mon Sep 17 00:00:00 2001 From: Cj-bc Date: Tue, 11 Sep 2018 23:56:19 +0900 Subject: [PATCH] Change: (refs #183) change path --- api/routes/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/routes/api.py b/api/routes/api.py index 6a331d2..0167b75 100644 --- a/api/routes/api.py +++ b/api/routes/api.py @@ -404,7 +404,7 @@ def check_id(classroom_id, secret_id): return jsonify({"status": application.status}) -@bp.route('/results', methods=['GET']) +@bp.route('/render_results', methods=['GET']) @spec('api/results.yml') def results(): """return PDF file that contains the results of previous lotteries