RSSHub/lib/v2/cste/router.js

4 lines
76 B
JavaScript

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