Skip to content
Snippets Groups Projects
Commit f8aa917e authored by rinpatch's avatar rinpatch
Browse files

Merge branch 'bugfix/mastoapi/2.8.0-fake_identityproof' into 'develop'

router: Add fake identity proof endpoint

See merge request pleroma/pleroma!1006
parents fd7dd8f9 f56eef8d
Branches
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.
Please register or to comment