Guest User

Untitled

a guest
Nov 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // identificador iguais, muda apenas o verbo<
  2. app.get('/contatos/:id', controller.obtemContato);
  3. app.delete('/contatos/:id', controller.removeContato);
Add Comment
Please, Sign In to add comment