mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
exports.index = function(req, res){
|
|
res.render('index', { title: 'Route Separation Example' });
|
|
};
|