findByIdAndRemove is not a function

后端 未结 0 1126
再見小時候
再見小時候 2021-02-06 07:54

i have this code in my nodejs restAPI

exports.deletePlanningstage = async (req, res, next) => {
  const psId = req.params.psId;
  try {
    const planningstage         


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