mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
feat: add new route flyertea (#2431)
* feat: add new route flyertea * fix: docs error fix
This commit is contained in:
@@ -1421,4 +1421,7 @@ router.get('/sixthtone/news', require('./routes/sixthtone/news'));
|
||||
// AI研习社
|
||||
router.get('/aiyanxishe/:id/:sort?', require('./routes/aiyanxishe/home'));
|
||||
|
||||
// 飞客茶馆优惠信息
|
||||
router.get('/flyertea/preferential', require('./routes/flyertea/preferential'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user