Skip to content

Commit

Permalink
feat : 내동아리리스트 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Changha-dev committed Nov 25, 2023
1 parent 9139047 commit 42dc36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/donggram/back/service/MemberService.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public ResponseDto getClubList(String token){
.clubName(club.getClubName())
.college(club.getCollege().getName())
.division(club.getDivision().getName())
.clubImage(club.getImageClub().getUrl())
.isRecruitment(club.isRecruitment())
.build());
}
Expand Down

0 comments on commit 42dc36c

Please sign in to comment.