When trying to fetch data from my get route, if I return just the response, the data gets fetched. But when I use mongoose methods i.e. mongoose.methods.summary = function() {...}.When trying to fetch data from my get route, if
When trying to fetch data from my get route, if I return just the response, the data gets fetched. But when I use mongoose methods i.e. mongoose.methods.summary = function() {...}.When trying to fetch data from my get route, if