Skip to content

Instantly share code, notes, and snippets.

@mdobson
Created September 29, 2014 01:37
Show Gist options
  • Save mdobson/aec14a1e45e6c74eb621 to your computer and use it in GitHub Desktop.
Save mdobson/aec14a1e45e6c74eb621 to your computer and use it in GitHub Desktop.
module.exports = function(req, res) {
argo()
.target('http://hello-zetta.herokuapp.com/')
.run(req, res);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment