RSSHub/lib/v2/78dm/router.js

4 lines
90 B
JavaScript

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