From f8c4a86266b729ed06c9eb5b962259b9309601b4 Mon Sep 17 00:00:00 2001 From: Jeroen Boersma Date: Tue, 2 Dec 2025 16:58:34 +0100 Subject: [PATCH] Re-apply Channel to Channels rename which was pulled in --- src/invidious/routing.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/routing.cr b/src/invidious/routing.cr index c03f7ef2..32e8554c 100644 --- a/src/invidious/routing.cr +++ b/src/invidious/routing.cr @@ -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