Skip to content

Commit

Permalink
#84 Bug: 팀 디테일 API 이미지 링크 수정
Browse files Browse the repository at this point in the history
오타 수정
  • Loading branch information
fnzksxl committed Aug 22, 2024
1 parent 25c66ef commit 325ffae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtnt/team/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Meta:
]

def get_image_url(self, obj):
return obj.image + "image.jpg"
return obj.image + "/image.jpg"

from rest_framework.fields import empty

Expand Down

0 comments on commit 325ffae

Please sign in to comment.