RSSHub/lib/v2/wyzxwk/router.js

4 lines
95 B
JavaScript

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