[Pleroma.Web.Router]: Fake /api/v1/endorsements

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-09-20 16:25:07 +02:00
parent a8eaecadee
commit 33a1e92584
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 2 additions and 0 deletions

View File

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