forked from AkkomaGang/akkoma
[Pleroma.Web.Router]: Fake /api/v1/endorsements
This commit is contained in:
parent
a8eaecadee
commit
33a1e92584
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ defmodule Pleroma.Web.Router do
|
|||
delete("/filters/:id", MastodonAPIController, :delete_filter)
|
||||
|
||||
get("/suggestions", MastodonAPIController, :suggestions)
|
||||
|
||||
get("/endorsements", MastodonAPIController, :empty_array)
|
||||
end
|
||||
|
||||
scope "/api/web", Pleroma.Web.MastodonAPI do
|
||||
|
|
Loading…
Reference in a new issue