feat(route): add 腾讯云云+社区专栏 (#9952)

This commit is contained in:
Ethan Shen
2022-06-15 15:14:53 +08:00
committed by GitHub
parent 6d77460a66
commit 213b1140f0
5 changed files with 70 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
module.exports = (router) => {
router.get('/qq/sdk/changelog/:platform', require('./qq/sdk/changelog'));
router.get('/cloud/column/:id?/:tag?', require('./cloud/column'));
};