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