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