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