RSSHub/lib/v2/hellobtc/router.js

6 lines
179 B
JavaScript

module.exports = function (router) {
router.get('/information/:channel?', './information');
router.get('/news', './news');
router.get('/kepu/:channel?', './kepu');
};