module.exports = function (router) { router.get('/portal', require('./portal')); };