UNPKG

hexagonjs

Version:

Simplistic high-configurable Node-JS application framework

8 lines (5 loc) 99 B
module.exports = function(http){ http.get("/", function(req,res){ res.render("index"); }); }