RSSHub/lib/v2/telegram/router.js

6 lines
195 B
JavaScript

module.exports = function (router) {
router.get('/channel/:username/:routeParams?', './channel');
router.get('/stickerpack/:name', './stickerpack');
router.get('/blog', './blog');
};