RSSHub/lib/v2/test/router.js

4 lines
75 B
JavaScript

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