Skip to content

Instantly share code, notes, and snippets.

@IgorDePaula
Created May 14, 2015 18:50
Show Gist options
  • Select an option

  • Save IgorDePaula/bcdfb1bf4673caee9a97 to your computer and use it in GitHub Desktop.

Select an option

Save IgorDePaula/bcdfb1bf4673caee9a97 to your computer and use it in GitHub Desktop.
function(req, res){
//query
var query = req.params();//ou req.params('campo');
var post = req.body;//ou req.body.campo;
res.send('template');//ou res.json('sem comentarios')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment