mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-19 23:00:25 -04: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…
Add table
Add a link
Reference in a new issue