def get_all():
    datas = UserService.get_all()
    return jsonify(list(datas))
Ejemplo n.º 2
0
 def get(self):
     return UserService.get_all()