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 a39d2d9 commit 12722d3
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(name = "NanaDetails", description = "게시물 데이터")
@Schema(name = "nanaDetails", description = "게시물 데이터")
private List<ContentDetailDto> contentDetailDtos;

}
Expand Down

0 comments on commit 12722d3

Please sign in to comment.