Add a stats agent for storing data from expensive queries.
This commit is contained in:
parent
d49109ca17
commit
9717166d10
4 changed files with 49 additions and 3 deletions
|
|
@ -106,6 +106,7 @@ defmodule Pleroma.Web.Router do
|
|||
scope "/api/v1", Pleroma.Web.MastodonAPI do
|
||||
pipe_through :api
|
||||
get "/instance", MastodonAPIController, :masto_instance
|
||||
get "/instance/peers", MastodonAPIController, :peers
|
||||
post "/apps", MastodonAPIController, :create_app
|
||||
get "/custom_emojis", MastodonAPIController, :custom_emojis
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue