RSSHub/lib/v2/cts/router.js

4 lines
89 B
JavaScript

module.exports = function (router) {
router.get('/:category', require('./news'));
};