UNPKG

generator-egress

Version:
7 lines 191 B
module.exports = function (getViewData) { return { get: function (req, res) { res.render("index", getViewData("Home", "home", req.session.userID)); } }; };