function name fix

This commit is contained in:
Aran Zaiger 2015-06-28 17:43:08 +03:00
parent 6452dbd66a
commit f9190f73d2

View file

@ -462,7 +462,7 @@ def removeUserFromCourse(token, userId, courseId):
@user_routes.route('/api/users/removeUserFromProject/<string:token>/<string:userId>/<string:projectId>', methods=["PUT"])
@auto.doc()
def removeUserFromCourse(token, userId, projectId):
def removeUserFromProject(token, userId, projectId):
"""
<span class="card-title">>This Call will remove a user from a project</span>
<br>