mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
* fix(route): rfa missing url property * docs: add missing en h3 title * fix: use nullish coalescing operator
4 lines
108 B
JavaScript
4 lines
108 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:language?/:channel?/:subChannel?', require('./index'));
|
|
};
|