raumstatus/routes/index.js

5 lines
85 B
JavaScript
Raw Normal View History

2013-10-20 22:04:58 +00:00
exports.index = function (req, res) {
res.render('index', { title: 'Home' })
2013-10-20 22:04:58 +00:00
};