change in function name
This commit is contained in:
parent
4b89432520
commit
695d052cf0
1 changed files with 2 additions and 2 deletions
|
@ -142,9 +142,9 @@ def joinProject(token, projectId):
|
||||||
# GET
|
# GET
|
||||||
#----------------------------------------------------------
|
#----------------------------------------------------------
|
||||||
|
|
||||||
@project_routes.route('/api/projects/getProjectsByCourseName/<string:name>', methods=["GET"])
|
@project_routes.route('/api/projects/getProjectsByCourse/<string:name>', methods=["GET"])
|
||||||
@auto.doc()
|
@auto.doc()
|
||||||
def getProjectsByCourseName(name):
|
def getProjectsByCourse(name):
|
||||||
"""
|
"""
|
||||||
<span class="card-title">>This Call will return an array of all projects in a given course</span>
|
<span class="card-title">>This Call will return an array of all projects in a given course</span>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue