Last active
April 26, 2016 17:09
-
-
Save dboskovic/1f9bd572af22e3bbe9135b2a38c0bfb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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