RSSHub/lib/v2/qqorw/router.js

4 lines
86 B
JavaScript

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