module.exports = (router) => { router.get('/publications', require('./publications')); };