mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Add /i/trending redirect
This commit is contained in:
parent
b6afde186c
commit
a75c3d7a3a
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ twitter.get('/owoembed', oembed);
|
|||
twitter.get('/robots.txt', async c => c.text(Strings.ROBOTS_TXT));
|
||||
|
||||
twitter.get('/i/events/:id', genericTwitterRedirect);
|
||||
twitter.get('/i/trending/:id', genericTwitterRedirect);
|
||||
twitter.get('/hashtag/:hashtag', genericTwitterRedirect);
|
||||
|
||||
twitter.get('/:handle/', _profileRequest);
|
||||
|
|
Loading…
Add table
Reference in a new issue