mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
* feat(route): add NL Times * refactor: migrate to v2 * fix: tryGet cache Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
module.exports = (router) => {
|
|
router.get('/news/:category?', require('./news'));
|
|
};
|