diff --git a/SE_API/UserRoutes.py b/SE_API/UserRoutes.py index c0471c3..f1e9382 100644 --- a/SE_API/UserRoutes.py +++ b/SE_API/UserRoutes.py @@ -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/', methods=["POST"])