mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:id?', require('./index'));
|
|
};
|