mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
module.exports = function (router) {
|
|
router.get('/xxgk/:category', require('./xxgk'));
|
|
router.get('/zdyz/:category', require('./zdyz'));
|
|
router.get('/:channel/:category', require('./index'));
|
|
};
|