RSSHub/lib/v2/fffdm/router.js

4 lines
96 B
JavaScript

module.exports = function (router) {
router.get('/manhua/:id/:cdn?', './manhua/manhua');
};