UNPKG

generator-bearcat

Version:
9 lines (7 loc) 182 B
var HomeController = function() { this.$id = "homeController"; } HomeController.prototype.index = function(req, res) { res.render('index', {}); } module.exports = HomeController;