fix
This commit is contained in:
parent
dc41da5007
commit
2b0fc51b8b
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ def getAllFutureCampusTasks(token, courseId):
|
|||
|
||||
@task_routes.route('/api/tasks/getAllFutureTasks/<string:token>', methods=["GET"])
|
||||
@auto.doc()
|
||||
def getAllFutureCampusTasks(token):
|
||||
def getAllFutureTasks(token):
|
||||
"""
|
||||
<span class="card-title">>This Call will return an array of all Future Tasks ordered by date</span>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue