示例#1
0
 def get(self, id):
     """ Get meal by id endpoint """
     return Meal.get(id), 200
示例#2
0
 def get(self, id):
     return Meal.get(id), 200