Skip to content

Commit

Permalink
hotfix: recommend 이미지 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 10, 2024
1 parent ea9bfa2 commit 4bacbfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions friends/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_common_restaurant_count(self, obj):
class FriendRecommendSerializer(serializers.ModelSerializer):
common_restaurant_count = serializers.SerializerMethodField()
common_restaurants = serializers.SerializerMethodField()
profile_img = serializers.URLField(source="profile_img.url")

class Meta:
model = User
Expand Down

0 comments on commit 4bacbfb

Please sign in to comment.