RSSHub/lib/routes/hellobtc/router.ts

6 lines
171 B
TypeScript

export default (router) => {
router.get('/information/:channel?', './information');
router.get('/news', './news');
router.get('/kepu/:channel?', './kepu');
};