UNPKG

generator-bearcat

Version:
9 lines (7 loc) 194 B
var HelloController = function() { this.$id = "helloController"; } HelloController.prototype.index = function(req, res) { res.send('hello world bearcat'); } module.exports = HelloController;