RSSHub/lib/v2/scvtc/router.js

4 lines
78 B
JavaScript

module.exports = (router) => {
router.get('/xygg', require('./xygg'));
};