You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params in delete function isn't defined so just change it to the following: delete: function _delete(req, res) { var params = req.params; model.findByIdAndRemove(params[name], (0, _util.toRes)(res)); }