RSSHub/lib/v2/cuc/router.js

4 lines
80 B
JavaScript

module.exports = function (router) {
router.get('/yz', require('./yz'));
};