RSSHub/lib/v2/12306/router.js

5 lines
152 B
JavaScript

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