I want to return a JSON from MongoDB with some filters, the problem is, when I try to pass a variable through the function, it does not work, this is the code:
async find(req, res) {
const { filter, input } = req.body;
console.log(filte...
asked by
30.12.2018 / 00:11