mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 07:22:16 +05:30
Remove usage of haltf in /api/v1/channels/:ucid/comments
This commit is contained in:
parent
52688106e4
commit
d984a898d4
@ -272,6 +272,7 @@ module Invidious::Routes::API::V1::Channels
|
||||
ucid = env.params.url["ucid"]
|
||||
|
||||
env.response.headers["Location"] = "/api/v1/channels/#{ucid}/community?#{env.params.query}"
|
||||
haltf env, status_code: 301
|
||||
env.response.status_code = 301
|
||||
return
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user