The question is how do I delete a record that has a key composed with the http delete method?
the code that I have so far is
delete(categoria, i) {
console.log(categoria);
const cat = new CategoriaLugar(categoria.id_lugar, categoria.id...
asked by
07.04.2018 / 23:08