RSSHub/lib/v2/fda/router.js

4 lines
96 B
JavaScript

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