feat: add mastodon local public timeline (#3537)

This commit is contained in:
hoilc
2019-12-08 02:38:26 +08:00
committed by DIYgod
parent 7b96a4579c
commit 13e6ef366c
3 changed files with 58 additions and 0 deletions

View File

@@ -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;