initial import

This commit is contained in:
2011-12-24 17:23:40 +00:00
commit 788d133ab0
12 changed files with 197 additions and 0 deletions

7
routes/index.bak.js Normal file
View File

@@ -0,0 +1,7 @@
/*
* GET home page.
*/
exports.index = function(req, res){
res.render('index', { title: 'Express' })
};