Skip to content

Commit

Permalink
Merge pull request #428 from Travel-in-nanaland/refactor/#403-nana-pick
Browse files Browse the repository at this point in the history
[#403] refactor: 변경된 Dto 명, name 속성 부여
  • Loading branch information
Te-H0 authored Sep 30, 2024
2 parents 1b67b35 + a39d2d9 commit 98e5843
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(name = "NanaDetails", description = "게시물 데이터")
private List<ContentDetailDto> contentDetailDtos;

}
Expand Down

0 comments on commit 98e5843

Please sign in to comment.