RSSHub/lib/v2/pts/router.js

4 lines
94 B
JavaScript

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