RSSHub/lib/v2/phoronix/router.js

4 lines
93 B
JavaScript

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