mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
* * feat: add panda feed * * feat: document table inside the Route tag * * feat: panda route Introduce limit parameter * docs(ROUTE): add /panda/feeds/:id parameter description * refactor(ROUTE): Use a more appropriate path /usepanda/feeds/:id instead of /panda/feeds/:id * refactor(ROUTE): Remove non-existent attributes tags * feat(ROUTE): fix limit param * fix: add missing radar
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
module.exports = function (router) {
|
|
router.get('/feeds/:id', require('./index'));
|
|
};
|