RSSHub/lib/v2/diskanalyzer/router.js

4 lines
85 B
JavaScript

module.exports = function (router) {
router.get('/whats-new', './whats-new');
};