Skip to content

Commit

Permalink
[#403] refactor: 변경된 Dto 명, name 속성 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-H0 committed Sep 30, 2024
1 parent 7cff3f5 commit 4d0c831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static class DetailPageDto {
@Schema(description = "좋아요 여부")
private boolean isFavorite;

@Schema(description = "게시물 데이")
@Schema(description = "게시물 데이터")
private List<ContentDetailDto> nanaDetails;

}
Expand Down

0 comments on commit 4d0c831

Please sign in to comment.