RSSHub/lib/v2/ccreports/router.js

4 lines
79 B
JavaScript

module.exports = function (router) {
router.get('/article', './index');
};