module.exports = function (router) { router.get('/:id?', require('./index')); };