RSSHub/lib/v2/cloudnative/router.js

4 lines
69 B
JavaScript

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