RSSHub/lib/v2/vcb-s/router.js

5 lines
133 B
JavaScript

module.exports = (router) => {
router.get('/', require('./index'));
router.get('/category/:cate', require('./category'));
};