このコミットが含まれているのは:
Omar Roth 2018-09-19 10:39:07 -05:00
コミット 4c8bb3b293
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -2197,7 +2197,7 @@ get "/api/v1/insights/:id" do |env|
"shares" => shares,
"avgViewDurationSeconds" => avg_view_duration_seconds,
"graphData" => graph_data,
}.to_pretty_json
}.to_json
end
get "/api/v1/videos/:id" do |env|