Files
RSSHub/lib/v2/now/router.js
Ethan Shen 97c076256b feat(route): add Now 新聞 (#8330)
Co-authored-by: DIYgod <diy.d.god@gmail.com>
2022-01-22 16:02:45 +00:00

4 lines
100 B
JavaScript

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