def get_all():
    datas = UserService.get_all()
    return jsonify(list(datas))
Beispiel #2
0
 def get(self):
     return UserService.get_all()