Files
RSSHub/lib/v2/fda/router.js
terrytw 7aa76219f0 fix(route): CDRHNew titleOnly (#10417)
* Update router.js

* Update radar.js

* Update cdrh.js

* Update cdrh.js

* Update cdrh.js

* Update cdrh.js

* Update cdrh.js

* docs: update paramsDesc
2022-08-08 22:48:00 +08:00

4 lines
96 B
JavaScript

module.exports = function (router) {
router.get('/cdrh/:titleOnly?', require('./cdrh'));
};