RSSHub/lib/v2/usts/router.js

4 lines
91 B
JavaScript

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