Add Courses to channel page and channel API

This commit is contained in:
ChunkyProgrammer
2025-01-25 14:02:36 -05:00
parent 164d764d55
commit eaf47385c5
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