RSSHub/lib/v2/aicaijing/router.js

4 lines
91 B
JavaScript

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