mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:section/:type?', require('./section'));
|
|
};
|