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