RSSHub/lib/v2/unraid/router.js

4 lines
89 B
JavaScript

module.exports = (router) => {
router.get('/community-apps', './community-apps');
};