feat(route): hackertalk 黑客说 最新帖子 (#9999)

* feat(route): hackertalk 黑客说 最新帖子

* fix: about Parameters Limit Entries

* Update docs/bbs.md
This commit is contained in:
Hyoban
2022-06-22 01:03:12 +08:00
committed by GitHub
parent 8cf4fe41f2
commit 1ed857ef16
5 changed files with 48 additions and 0 deletions

View File

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