RSSHub/lib/v2/sqmc/router.js

4 lines
93 B
JavaScript

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