RSSHub/lib/v2/guduodata/router.js

4 lines
86 B
JavaScript

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