Add GET /api/v1/apps/verify_credentials
This commit is contained in:
parent
ff3b09f6b3
commit
691d1208b5
4 changed files with 57 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ defmodule Pleroma.Web.Router do
|
|||
get("/instance", MastodonAPIController, :masto_instance)
|
||||
get("/instance/peers", MastodonAPIController, :peers)
|
||||
post("/apps", MastodonAPIController, :create_app)
|
||||
get("/apps/verify_credentials", MastodonAPIController, :verify_app_credentials)
|
||||
get("/custom_emojis", MastodonAPIController, :custom_emojis)
|
||||
|
||||
get("/statuses/:id/card", MastodonAPIController, :status_card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue