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