Add(route): add informs (#8873)

This commit is contained in:
Fatpandac
2022-01-23 04:26:34 +08:00
committed by GitHub
parent b9bcf4fdac
commit b373c249df
8 changed files with 202 additions and 2 deletions

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

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