RSSHub/lib/v2/cbaigui/router.js

4 lines
85 B
JavaScript

module.exports = function (router) {
router.get(/([\w-/]+)?/, require('./'));
};