mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
feat: add typora/changelog router (#1122)
This commit is contained in:
@@ -790,6 +790,9 @@ router.get('/eeo/:category?', require('./routes/eeo/index'));
|
||||
// 腾讯视频
|
||||
router.get('/tencentvideo/playlist/:id', require('./routes/tencent/video/playlist'));
|
||||
|
||||
// typora
|
||||
router.get('/typora/changelog', require('./routes/typora/changelog'));
|
||||
|
||||
// TSSstatus
|
||||
router.get('/tssstatus/:board/:build', require('./routes/tssstatus'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user