mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix typo
This commit is contained in:
parent
0f5b93e394
commit
4c8bb3b293
1 changed files with 1 additions and 1 deletions
|
@ -2197,7 +2197,7 @@ get "/api/v1/insights/:id" do |env|
|
||||||
"shares" => shares,
|
"shares" => shares,
|
||||||
"avgViewDurationSeconds" => avg_view_duration_seconds,
|
"avgViewDurationSeconds" => avg_view_duration_seconds,
|
||||||
"graphData" => graph_data,
|
"graphData" => graph_data,
|
||||||
}.to_pretty_json
|
}.to_json
|
||||||
end
|
end
|
||||||
|
|
||||||
get "/api/v1/videos/:id" do |env|
|
get "/api/v1/videos/:id" do |env|
|
||||||
|
|
Loading…
Reference in a new issue