diff --git a/SE_API/TaskRoutes.py b/SE_API/TaskRoutes.py index 64e04a0..652cf90 100644 --- a/SE_API/TaskRoutes.py +++ b/SE_API/TaskRoutes.py @@ -234,7 +234,7 @@ def submitTask(token, taskId, ownerId): @task_routes.route('/api/tasks/submitGrade////', methods=['POST']) @auto.doc() -def submitTask(token, taskId, ownerId, grade): +def submitGrade(token, taskId, ownerId, grade): """ This call will create a new Task in the DB