RSSHub/lib/v2/remnote/router.js

4 lines
79 B
JavaScript

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