Fix missing 'end'

This commit is contained in:
Omar Roth 2018-09-06 18:18:36 -05:00
parent 1eae76fc15
commit aff2083529

View file

@ -2040,6 +2040,7 @@ get "/api/v1/comments/:id" do |env|
"contentHtml" => content_html,
}.to_json
end
end
end
get "/api/v1/videos/:id" do |env|