Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : communityRes 변경 #17

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix : communityRes 변경
  • Loading branch information
seungueonn committed Nov 22, 2023
commit 7ec4a81278a543a1f4e0f8a1ad72441109f3b3eb

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
@@ -29,6 +29,7 @@ public class CommunityRes {
private Long contentsId;
private String contents;
private String contentsTitle;
private String contentsUrl;

private String likeStatus;

@@ -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();
}
}