RSSHub/lib/v2/nenu/router.js

5 lines
152 B
JavaScript

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