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 34008e7 commit acccc17
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 @@ -722,7 +722,7 @@ def put(self):

db.session.close()

return ({"success": "password updated successfully"})
return jsonify({"success": "password updated successfully"}), 200

class resetOutTokenApi(Resource):

Expand Down

0 comments on commit acccc17

Please sign in to comment.