mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
* feat(route): add 12306火车票消息 and refactor to V2 * fix(route): change guid * fix(route): change to use RSSHub's default UA * fix(route): add handle exception
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
module.exports = function (router) {
|
|
router.get('/:date/:from/:to/:type?', require('./index'));
|
|
router.get('/zxdt/:id?', require('./zxdt'));
|
|
};
|