RSSHub/lib/v2/ncc-cma/router.js

4 lines
89 B
JavaScript

module.exports = (router) => {
router.get('/cmdp/image/:id*', require('./cmdp'));
};