From 9d03da3bd62f38bdbd8c31669a0e1f93abeea0cc Mon Sep 17 00:00:00 2001 From: Yujeong Lee <90572599+letskuku@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:13:29 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20dto=20description=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sharemind/post/dto/response/PostGetListResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/sharemind/post/dto/response/PostGetListResponse.java b/src/main/java/com/example/sharemind/post/dto/response/PostGetListResponse.java index 6568f59f..8e93edb5 100644 --- a/src/main/java/com/example/sharemind/post/dto/response/PostGetListResponse.java +++ b/src/main/java/com/example/sharemind/post/dto/response/PostGetListResponse.java @@ -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 = "답변 완료 일시")