RSSHub/lib/v2/theatlantic/router.js

4 lines
83 B
JavaScript

module.exports = (router) => {
router.get('/:category', require('./news'));
};