RSSHub/lib/v2/mckinsey/router.js

4 lines
91 B
JavaScript

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