API Hot Fix - Renaming Function
This commit is contained in:
parent
83627788bd
commit
ffa767fccd
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ def getUsersByCourse(token, courseId):
|
||||||
|
|
||||||
@user_routes.route('/api/users/getUsersByProject/<string:token>/<string:projectId>', methods=["GET"])
|
@user_routes.route('/api/users/getUsersByProject/<string:token>/<string:projectId>', methods=["GET"])
|
||||||
@auto.doc()
|
@auto.doc()
|
||||||
def getUsersByCampus(token, projectId):
|
def getUsersByProject(token, projectId):
|
||||||
"""
|
"""
|
||||||
<span class="card-title">>This Call will return all users in Project</span>
|
<span class="card-title">>This Call will return all users in Project</span>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue