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

stable
Haelwenn (lanodan) Monnier 6 years ago
parent a8eaecadee
commit 33a1e92584
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE

@ -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…
Cancel
Save