RSSHub/lib/v2/freewechat/router.js

4 lines
88 B
JavaScript

module.exports = (router) => {
router.get('/profile/:id', require('./profile'));
};