RSSHub/lib/v2/usepanda/router.js

4 lines
81 B
JavaScript

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