This commit is contained in:
Aran Zaiger 2015-06-16 22:11:33 +03:00
parent b3dc506d49
commit 2ebd7392e4

View file

@ -67,7 +67,7 @@ def getUserByToken(token):
status=200,
mimetype="application/json") # Real response!
return bad_request("No User Found")
return no_content("No User Found")
@user_routes.route('/api/users/updateUser/<string:token>', methods=["POST"])