Skip to content

Commit

Permalink
Merge pull request #17 from kusitms-28th-Meetup-E/feat/community
Browse files Browse the repository at this point in the history
fix : communityRes 변경
  • Loading branch information
seungueonn authored Nov 22, 2023
2 parents c9e9272 + 7ec4a81 commit e6301bc
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 196 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class CommunityRes {
private Long contentsId;
private String contents;
private String contentsTitle;
private String contentsUrl;

private String likeStatus;

Expand Down Expand Up @@ -63,5 +64,6 @@ public void updateContentsDto(ContentsDto contentsDto) {
this.keyword = contentsDto.getKeyword();
this.contents = contentsDto.getUrl();
this.contentsTitle = contentsDto.getTitle();
this.contentsUrl = contentsDto.getImgUrl();
}
}

0 comments on commit e6301bc

Please sign in to comment.