RSSHub/lib/v2/wdc/router.js

4 lines
97 B
JavaScript

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