Skip to content
Snippets Groups Projects
Verified Commit 33a1e925 authored by Haelwenn's avatar Haelwenn
Browse files

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

parent a8eaecad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment