mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix missing 'end'
This commit is contained in:
parent
1eae76fc15
commit
aff2083529
1 changed files with 5 additions and 4 deletions
|
@ -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 a new issue