Add OpenAPI spec for InstanceController
This commit is contained in:
parent
33f2976020
commit
88a14da817
4 changed files with 177 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue