Skip to content

Commit

Permalink
[#96] fix: 모임 이미지 필드명 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 authored and rdd9223 committed Dec 6, 2023
1 parent 43d7937 commit bb99078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public class UserV2GetAllMeetingByUserMeetingDto {
private int id;
private String title;
private String contents;
private String thumbnail;
private String imageUrl;
private String category;
}

0 comments on commit bb99078

Please sign in to comment.