Skip to content

Commit

Permalink
Change: (refs #183) change path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Sep 11, 2018
1 parent 1a8d066 commit fd88a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd88a8a

Please sign in to comment.