Channels: Add Courses to channel page and channel API (#5158)

Closes #5144
This commit is contained in:
syeopite
2025-02-26 14:08:44 -08:00
7 changed files with 64 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
when .channels? then "/channel/#{ucid}/channels"
when .podcasts? then "/channel/#{ucid}/podcasts"
when .releases? then "/channel/#{ucid}/releases"
when .courses? then "/channel/#{ucid}/courses"
else
"/channel/#{ucid}"
end