Add OpenAPI spec for InstanceController

This commit is contained in:
Egor Kislitsyn 2020-05-05 17:24:16 +04:00
commit 88a14da817
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
4 changed files with 177 additions and 4 deletions

View file

@ -91,7 +91,7 @@ defmodule Pleroma.Stats do
peers: peers,
stats: %{
domain_count: domain_count,
status_count: status_count,
status_count: status_count || 0,
user_count: user_count
}
}