mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-24 22:58:30 -06:00
Re-apply Channel to Channels rename which was pulled in
This commit is contained in:
parent
f6d92ccca7
commit
f8c4a86266
@ -253,7 +253,7 @@ module Invidious::Routing
|
|||||||
get "/api/v1/trending", {{namespace}}::Feeds, :trending
|
get "/api/v1/trending", {{namespace}}::Feeds, :trending
|
||||||
get "/api/v1/popular", {{namespace}}::Feeds, :popular
|
get "/api/v1/popular", {{namespace}}::Feeds, :popular
|
||||||
|
|
||||||
# Channel
|
# Channels
|
||||||
get "/api/v1/channels/:ucid", {{namespace}}::Channels, :home
|
get "/api/v1/channels/:ucid", {{namespace}}::Channels, :home
|
||||||
get "/api/v1/channels/:ucid/latest", {{namespace}}::Channels, :latest
|
get "/api/v1/channels/:ucid/latest", {{namespace}}::Channels, :latest
|
||||||
get "/api/v1/channels/:ucid/videos", {{namespace}}::Channels, :videos
|
get "/api/v1/channels/:ucid/videos", {{namespace}}::Channels, :videos
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user