router.put not displaying correct errorMessage

后端 未结 0 1174
醉梦人生
醉梦人生 2021-01-31 09:43

Working with a router.put that is failing to show the correct error message.

router.put("/:id", async (req, res) => {
try{
    const {title, descript         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题