Not able to understand what is the problem

前端 未结 0 1890
长发绾君心
长发绾君心 2020-11-21 23:25
    const notFound = (req, res, next) => {
    const error = new Error(`Not Found - ${req.originalUrl}`)
    res.status(404)
    next(error)
  }
  
  

    const          


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