Skip to content
Snippets Groups Projects
Commit 94c32299 authored by Ruben Young On's avatar Ruben Young On
Browse files

Fixed error due to mistake in merge conflict resolution

parent 71b69e27
No related branches found
No related tags found
1 merge request!7Approve shortcut
Pipeline #17997 passed
......@@ -52,7 +52,6 @@ api.add_resource(Email,
'/email/<int:exam_id>/<int:student_id>')
api.add_resource(Approve,
'/solution/approve/<int:exam_id>/<int:submission_id>/<int:problem_id>')
api.add_resource(MultipleChoice, '/mult-choice/<int:id>')
api.add_resource(MultipleChoice,
'/mult-choice/<int:id>',
'/mult-choice/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment