I am trying to pass a parameter to my DELETE request, I tried to do the following:
Use the same way I use in GET (where it works normal).
app.delete('/contatos', function(req, res){
var obj = req.body;
console.log(obj);
});
Howev...
asked by
01.09.2015 / 04:51