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"])
|
||||
@auto.doc()
|
||||
def getUsersByCampus(token, projectId):
|
||||
def getUsersByProject(token, projectId):
|
||||
"""
|
||||
<span class="card-title">>This Call will return all users in Project</span>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue