无法从mongodb获取body对象

时间:2019-06-26 13:11:22

标签: node.js mongodb express mongoose

在删除请求期间,我无法取回尸体。

deleteMsg(index:number)
{
  this.data.splice(index, 1);
  this.data = [...this.data];
}

┌─[✗]─[piyush @ parrot]─[〜/ Documents / nodejs] node──╼$ node blogapp.js BlogApp已在PORT 3000上启动 {}

0 个答案:

没有答案