RSSHub/lib/v2/freebuf/router.js

4 lines
89 B
JavaScript

module.exports = (router) => {
router.get('/articles/:type', require('./index'));
};