Пример #1
0
 def get(self):
     return {"cards": list(map(lambda card: card.json(), Card.find_all()))}, 200