mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
* Update router.js * Update radar.js * Update cdrh.js * Update cdrh.js * Update cdrh.js * Update cdrh.js * Update cdrh.js * docs: update paramsDesc
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
module.exports = function (router) {
|
|
router.get('/cdrh/:titleOnly?', require('./cdrh'));
|
|
};
|