Przeglądaj źródła

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

router: Add fake identity proof endpoint

See merge request pleroma/pleroma!1006
tags/v1.1.4
rinpatch 5 lat temu
rodzic
commit
f8aa917eef
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      lib/pleroma/web/router.ex

+ 1
- 0
lib/pleroma/web/router.ex Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz