RSSHub/lib/v2/dushu/router.js

4 lines
94 B
JavaScript

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