RSSHub/lib/v2/cdzjryb/router.js

4 lines
95 B
JavaScript

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