mirror of
https://github.com/expressjs/express.git
synced 2026-02-26 02:54:58 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
exports.index = function(req, res){
|
|
res.render('index', { title: 'Route Separation Example' });
|
|
};
|