mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
feat(route): add 企鹅直播直播间开播 (#8345)
This commit is contained in:
3
lib/v2/qq/router.js
Normal file
3
lib/v2/qq/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/live/:id', require('./live'));
|
||||
};
|
||||
Reference in New Issue
Block a user