Skip to content

Commit f53f0db

Browse files
authored
Merge pull request #104 from oleveloper/sponsor_api
Sponsor list 조회 시 url field를 포함하여 반환
2 parents b39771a + 2bff6ba commit f53f0db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sponsor/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Meta:
4646
model = Sponsor
4747
fields = [
4848
"name",
49+
"url",
4950
"logo_image",
5051
"level",
5152
"id",

0 commit comments

Comments
 (0)