RSSHub/lib/v2/macupdate/router.js

4 lines
84 B
JavaScript

module.exports = (router) => {
router.get('/app/:appId/:appSlug?', './app');
};