mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
add cbirc repo (#8267)
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
This commit is contained in:
3
lib/v2/cbirc/router.js
Normal file
3
lib/v2/cbirc/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/:category?', require('./index'));
|
||||
};
|
||||
Reference in New Issue
Block a user