Skip to content

Instantly share code, notes, and snippets.

@salami-art
Created January 21, 2015 15:31
Show Gist options
  • Save salami-art/ff0a8dd11043699596c2 to your computer and use it in GitHub Desktop.
Save salami-art/ff0a8dd11043699596c2 to your computer and use it in GitHub Desktop.
....
app.post('/myfunction', controller.myFunction);
...
exports.myFunction = function(req, res, next) {
// do something
...
// when it's all done fire callback
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment