add cbirc repo (#8267)

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
This commit is contained in:
JkCheung
2022-01-23 00:11:10 +08:00
committed by GitHub
parent 081953f9f9
commit b3b51cbc5d
5 changed files with 148 additions and 0 deletions

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

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