Created
August 14, 2012 13:40
-
-
Save gilbertbw/3349341 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
/* | |
* GET home page. | |
*/ | |
exports.index = function(req, res){ | |
res.render('hi.hbs', { title: 'Express' }); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment