mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 08:53:13 +05:30
Fix missing 'end'
This commit is contained in:
parent
1eae76fc15
commit
aff2083529
@ -2040,6 +2040,7 @@ get "/api/v1/comments/:id" do |env|
|
|||||||
"contentHtml" => content_html,
|
"contentHtml" => content_html,
|
||||||
}.to_json
|
}.to_json
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
get "/api/v1/videos/:id" do |env|
|
get "/api/v1/videos/:id" do |env|
|
||||||
|
Loading…
Reference in New Issue
Block a user