RSSHub/lib/v2/cdzjryb/router.js

4 lines
96 B
JavaScript

module.exports = (router) => {
router.get('/zw/projectList', require('./project-list'));
};