Merge branch 'feature/more-user-filters' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index befd382bac5b4e139d9ba02ab0b2e84742f81401..32e5f7644c4023a989857cae030af39bc8bfa3da 100644 (file)
@@ -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)