mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: add 755 (#3557)
This commit is contained in:
@@ -2024,6 +2024,9 @@ router.get('/bahamut/creation_index/:category?/:subcategory?/:type?', require('.
|
||||
// CentBrowser
|
||||
router.get('/centbrowser/history', require('./routes/centbrowser/history'));
|
||||
|
||||
// 755
|
||||
router.get('/755/user/:username', require('./routes/755/user'));
|
||||
|
||||
// Mastodon
|
||||
router.get('/mastodon/timeline/:site/:only_media?', require('./routes/mastodon/timeline'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user