Files
RSSHub/lib/v2/line/router.js
2022-01-22 16:03:12 +00:00

4 lines
102 B
JavaScript

module.exports = function (router) {
router.get('/today/:edition?/:tab?', require('./today'));
};