This commit is contained in:
kimdaae328 2025-02-12 23:48:33 +09:00
parent 12538f0046
commit 34a1c8360d

View File

@ -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) {