mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
initial import
This commit is contained in:
7
routes/index.bak.js
Normal file
7
routes/index.bak.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* GET home page.
|
||||
*/
|
||||
|
||||
exports.index = function(req, res){
|
||||
res.render('index', { title: 'Express' })
|
||||
};
|
||||
Reference in New Issue
Block a user