RSSHub/lib/v2/ccf/router.js

6 lines
199 B
JavaScript

module.exports = function (router) {
router.get('/ccfcv/:channel/:category', './ccfcv/index');
router.get('/news/:category?', './news');
router.get('/tfbd/:caty/:id', './tfbd/index');
};