Skip to content

Commit

Permalink
Merge pull request #21 from kusitms-28th-Meetup-E/hotfix
Browse files Browse the repository at this point in the history
fix : contentsDto feign dto 변경
  • Loading branch information
seungueonn authored Nov 26, 2023
2 parents 917b9d1 + f2c0a24 commit 4afd6ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ public class ContentsDto {
private String topic;
private String imgUrl;

private Long likeCount;

private String heartStatus;


}

0 comments on commit 4afd6ba

Please sign in to comment.