Skip to content

Commit

Permalink
hotfix: dto description 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
letskuku authored Mar 26, 2024
1 parent b202e9c commit 9d03da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ public class PostGetListResponse {
@Schema(description = "답변 수")
private final Long totalComment;

@Schema(description = "마지막 업데이트 일시", example = "8분 전")
@Schema(description = "마지막 업데이트 일시", example = "오전 11:10")
private final String updatedAt;

@Schema(description = "답변 완료 일시")

0 comments on commit 9d03da3

Please sign in to comment.