RSSHub/lib/v2/apache/router.js

4 lines
83 B
JavaScript

module.exports = (router) => {
router.get('/apisix/blog', './apisix/blog');
};