Re-apply Channel to Channels rename which was pulled in

This commit is contained in:
Jeroen Boersma 2025-12-02 16:58:34 +01:00
parent f6d92ccca7
commit f8c4a86266
No known key found for this signature in database
GPG Key ID: 5B1BD6489492C40A

View File

@ -253,7 +253,7 @@ module Invidious::Routing
get "/api/v1/trending", {{namespace}}::Feeds, :trending
get "/api/v1/popular", {{namespace}}::Feeds, :popular
# Channel
# Channels
get "/api/v1/channels/:ucid", {{namespace}}::Channels, :home
get "/api/v1/channels/:ucid/latest", {{namespace}}::Channels, :latest
get "/api/v1/channels/:ucid/videos", {{namespace}}::Channels, :videos