def get(self):
     return UserModel.return_all(), 200
Example #2
0
def get_users():
    return jsonify(UserModel.return_all())