Posts by michelpm1 • 11 points
1 post
-
1
votes0
answers41
viewsQ: Doubt with Findone in Angularjs using Mongojs error at search time
Hello I am trying to make a search in the bank with this code using the findOne of mongojs, follows code: app.get('/detalhesContato/:id', function(req, res){ var id = req.params.id; console.log(id);…