mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
feat(route): hackertalk 黑客说 最新帖子 (#9999)
* feat(route): hackertalk 黑客说 最新帖子 * fix: about Parameters Limit Entries * Update docs/bbs.md
This commit is contained in:
3
lib/v2/hackertalk/router.js
Normal file
3
lib/v2/hackertalk/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/', require('./index'));
|
||||
};
|
||||
Reference in New Issue
Block a user