mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
feat: add mastodon local public timeline (#3537)
This commit is contained in:
@@ -2023,4 +2023,7 @@ router.get('/bahamut/creation_index/:category?/:subcategory?/:type?', require('.
|
||||
// CentBrowser
|
||||
router.get('/centbrowser/history', require('./routes/centbrowser/history'));
|
||||
|
||||
// Mastodon
|
||||
router.get('/mastodon/timeline/:site/:only_media?', require('./routes/mastodon/timeline'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user