mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
Fix(route): remove next() and change to V2 (#8844)
This commit is contained in:
5
lib/v2/telegram/router.js
Normal file
5
lib/v2/telegram/router.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/channel/:username/:searchQuery?', require('./channel'));
|
||||
router.get('/stickerpack/:name', require('./stickerpack'));
|
||||
router.get('/blog', require('./blog'));
|
||||
};
|
||||
Reference in New Issue
Block a user