Skip to content
Snippets Groups Projects
Verified Commit f56eef8d authored by Haelwenn's avatar Haelwenn
Browse files

router: Add fake identity proof endpoint

parent fd7dd8f9
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,7 @@ defmodule Pleroma.Web.Router do
get("/accounts/search", MastodonAPIController, :account_search)
get("/accounts/:id/lists", MastodonAPIController, :account_lists)
get("/accounts/:id/identity_proofs", MastodonAPIController, :empty_array)
get("/follow_requests", MastodonAPIController, :follow_requests)
get("/blocks", MastodonAPIController, :blocks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment