diff --git a/SE_API/API.py b/SE_API/API.py index e6382bc..aa2b33b 100644 --- a/SE_API/API.py +++ b/SE_API/API.py @@ -67,7 +67,7 @@ def getUserByToken(token): mimetype="application/json") # Real response! return Response(response=json.dumps({'message' : 'No User Found'}), - status=403, + status=400, mimetype="application/json")