RSSHub/lib/v2/dayanzai/router.js

4 lines
101 B
JavaScript

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