네트워크 오류

유진·2023년 8월 21일
  • 첫 게시물 등록이 안 된다.
  • consol.log

fail


  • network
router.post("/updateLinkInfo", async (req, res) => {
  try {
    console.log("데이터 시작------------");
    var res = await linkJs.updateLinkBrd(req);
    res.json({ code: "success" });
  } catch (err) {
    console.log("err", err);
    res.json({ code: "fail", msg: "관리자에게 문의 바랍니다. " });
  }
});

vscode


terminal

too long으로 백엔드에게 질문!

profile
긍정 🍋🌻

0개의 댓글