RSSHub/lib/v2/nodejs/router.js

4 lines
86 B
JavaScript

module.exports = function (router) {
router.get('/blog/:language?', './blog');
};