Files
RSSHub/lib/v2/freewechat/router.js
2022-12-09 05:25:44 +08:00

4 lines
88 B
JavaScript

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