RSSHub/lib/v2/sourceforge/router.js

4 lines
79 B
JavaScript

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