RSSHub/lib/v2/gzdaily/router.js

4 lines
85 B
JavaScript

module.exports = (router) => {
router.get('/app/:column?', require('./app'));
};