RSSHub/lib/v2/cuc/router.js

4 lines
71 B
JavaScript

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