feat(route): freewechat (#11419)

This commit is contained in:
Tony
2022-12-09 02:25:44 +05:00
committed by GitHub
parent 304b43380a
commit 6316ff1a4f
6 changed files with 99 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
module.exports = (router) => {
router.get('/profile/:id', require('./profile'));
};