mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 10:18:24 +00:00
Add /user endpoint
This commit is contained in:
parent
8e24f4e9e3
commit
a01bdf6c16
@ -938,6 +938,11 @@ get "/videoplayback*" do |env|
|
||||
end
|
||||
end
|
||||
|
||||
get "/user/:user" do |env|
|
||||
user = env.params.url["user"]
|
||||
env.redirect "/channel/#{user}"
|
||||
end
|
||||
|
||||
get "/channel/:ucid" do |env|
|
||||
authorized = env.get? "authorized"
|
||||
if authorized
|
||||
|
Loading…
Reference in New Issue
Block a user