js/reply.js
페이지 정보
작성자 관리자 작성일 24-06-24 11:37 조회 441 댓글 0본문
async function get1(bno) {
console.log("bno : "+bno)
const result = await axios.get(`/replies/list/${bno}`) //홑 따옴표가 아니다.
//console.log(result)
return result;
}
댓글목록 0
등록된 댓글이 없습니다.
async function get1(bno) {
console.log("bno : "+bno)
const result = await axios.get(`/replies/list/${bno}`) //홑 따옴표가 아니다.
//console.log(result)
return result;
}
등록된 댓글이 없습니다.