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