コード例 #1
0
 def get(self):
     stores = StoreModel.findall()
     if stores:
         return {"stores": [store.json() for store in stores]}