Refactor code

- 인터셉터 Url 패턴으로는 Query 와 Command 를 구분하지 못해서 핸들러 리졸버에 session null 확인을 추가하였습니다.
This commit is contained in:
JiwonDev
2021-10-25 21:14:12 +09:00
committed by Jiwon
parent e88bad95df
commit e1dcf7ad76
9 changed files with 70 additions and 117 deletions

View File

@@ -14,6 +14,6 @@ public final class CommentResponse {
private final LocalDateTime createAt;
private final LocalDateTime modifiedAt;
private final Long articleId;
private final MemberResponse member;
private final MemberResponse author;
}