diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index fb9a396..3e1e243 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -189,9 +189,9 @@ const handleCommentSubmit = async ({ comment, password }) => { LOCBRDSEQ: currentBoardId.value, LOCCMTRPY: comment, LOCCMTPWD: password || null, - LOCCMTPNT: 0 + LOCCMTPNT: 1 }); - console.log('📥 서버 응답 전체:', response); + console.log('📥 서버 응답 전체:', response.data); if (response.status === 200) {