RSSHub/lib/v2/right/router.js

4 lines
91 B
JavaScript

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