Skip to content

Instantly share code, notes, and snippets.

@dboskovic
Last active April 26, 2016 17:09
Show Gist options
  • Save dboskovic/1f9bd572af22e3bbe9135b2a38c0bfb7 to your computer and use it in GitHub Desktop.
Save dboskovic/1f9bd572af22e3bbe9135b2a38c0bfb7 to your computer and use it in GitHub Desktop.
var EnvoyPlatform = require('envoy-platform');
var plugin = new EnvoyPlatform;
plugin.route('hello-world', function(req, res){
res.view('hello-world.html');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment