RSSHub/lib/v2/learnku/router.js

4 lines
96 B
JavaScript

module.exports = function (router) {
router.get('/:community/:category?', './topic.js');
};