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