RSSHub/lib/v2/learnblockchain/router.js

4 lines
83 B
JavaScript

module.exports = (router) => {
router.get('/posts/:cid/:sort?', './posts');
};