mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
feat(route): add 白话区块链 (#9234)
* feat(route): add 白话区块链 * Update lib/v2/hellobtc/information.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/hellobtc/news.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/hellobtc/information.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/hellobtc/kepu.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/hellobtc/topic.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/hellobtc/topic.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix(route): add timezone Co-authored-by: Tony <TonyRL@users.noreply.github.com>
This commit is contained in:
6
lib/v2/hellobtc/router.js
Normal file
6
lib/v2/hellobtc/router.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/information/:channel?', require('./information'));
|
||||
router.get('/news', require('./news'));
|
||||
router.get('/kepu/:channel?', require('./kepu'));
|
||||
router.get('/topic/:id', require('./topic'));
|
||||
};
|
||||
Reference in New Issue
Block a user