I'm trying to put a put on mongodb using the findByIdAndUpdate method but it does not work, it does not show any errors, it just does not update the data. This is my code:
function updateNota(req, res){
let notaId = req.params.notaI...
asked by
09.08.2017 / 04:07