Exemplo n.º 1
0
 def get(self):
     items = [item.json() for item in ListModel.find_all()]
     return {"lists":items}
Exemplo n.º 2
0
 def get(cls):
     return {"lists": list_list_schema.dump(ListModel.find_all())}, 200