Skip to content

Commit

Permalink
feat: food_type 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfla committed Aug 3, 2024
1 parent 5fd98bb commit 985ecb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions restaurants/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class RestaurantListSerializer(serializers.ModelSerializer):
class Meta:
model = Restaurant
fields = [
"id",
"name",
"food_type",
"rating_average",
"address",
]
Expand Down

0 comments on commit 985ecb3

Please sign in to comment.