fix bug #25
This commit is contained in:
parent
b3dc506d49
commit
2ebd7392e4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def getUserByToken(token):
|
||||||
status=200,
|
status=200,
|
||||||
mimetype="application/json") # Real response!
|
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"])
|
@user_routes.route('/api/users/updateUser/<string:token>', methods=["POST"])
|
||||||
|
|
Loading…
Reference in a new issue