3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Abbott
5801e444c2
(Updated) Upgrade app to 4.3 (#161)
Co-authored-by: Jeremiah Lee <106775223+jeremiahlee@users.noreply.github.com>
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2025-03-06 01:42:34 -08:00
Varac
6e6f8a36d1 Fix streaming route
Until now, only /api/v1/streaming/ was routed to the streaming
pod, while /api/v1/streaming/* was falsely routed to the web pod,
which returned 404 for each request.
Now everything below /api/v1/streaming will reach the streaming pod.

Fixes: #36
2023-02-20 11:02:37 +01:00