Skip to content

Instantly share code, notes, and snippets.

@jgwhite
Created June 4, 2014 11:28
Show Gist options
  • Save jgwhite/31f2db087c8521f5c773 to your computer and use it in GitHub Desktop.
Save jgwhite/31f2db087c8521f5c773 to your computer and use it in GitHub Desktop.
module.exports = function(app) {
app.get('<%= path %>', function(req, res) {
res.send('hello');
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment