.
This commit is contained in:
parent
12538f0046
commit
34a1c8360d
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user