updateComment

@Transactional
fun updateComment(email: String, articleId: Long, commentId: Long, content: String): CommentResponse

댓글 수정 메소드

Return

댓글 응답 DTO

Parameters

email

유저 이메일

articleId

게시글 ID

commentId

댓글 ID

content

댓글 내용