Skip to content

Commit

Permalink
restructured response
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lby73 committed Jan 2, 2024
1 parent dc1002e commit c80508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/webApp/apiRoute.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def put(self):

db.session.commit()

return jsonify({"error": "Expired token"}),400
return jsonify({"error": "expired token"}),400

except Exception as e:

Expand Down

0 comments on commit c80508b

Please sign in to comment.