RSSHub/lib/v2/zcmu/router.js

5 lines
138 B
JavaScript

module.exports = function (router) {
router.get('/jwc/:type?', require('./jwc'));
router.get('/yxy/:type?', require('./yxy'));
};