RSSHub/lib/v2/jd/router.js

4 lines
81 B
JavaScript

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