feat(route): add 企鹅直播直播间开播 (#8345)

This commit is contained in:
Ethan Shen
2021-10-05 17:19:43 +08:00
committed by GitHub
parent 67542da7bf
commit adf321e1e0
5 changed files with 61 additions and 0 deletions

3
lib/v2/qq/router.js Normal file
View File

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