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