mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Add generic redirect for /hashtag (fix #127)
This commit is contained in:
parent
380990a115
commit
3a315dc9dc
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ router.get('/owoembed', async (request: Request) => {
|
|||
router.get('/:handle', profileRequest);
|
||||
router.get('/:handle/', profileRequest);
|
||||
router.get('/i/events/:id', genericTwitterRedirect);
|
||||
router.get('/hashtag/:hashtag', genericTwitterRedirect);
|
||||
|
||||
/* If we don't understand the route structure at all, we'll
|
||||
redirect to GitHub (normal domains) or API docs (api.fxtwitter.com) */
|
||||
|
|
Loading…
Add table
Reference in a new issue