I'm using MongoDB and it returns me all the right data but when I want to add a new key it just does not create.
exports.validaLogin = function(req, res) {
login.find({
"nome": req.query.usuario
},function (err, logins) {
if(err) {
re...
asked by
01.11.2017 / 20:13