RSSHub/lib/v2/firecore/router.js

4 lines
75 B
JavaScript

module.exports = function (router) {
router.get('/:os', './index');
};