mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:id?', require('./'));
|
|
};
|