X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Frouter.ex;fp=lib%2Fpleroma%2Fweb%2Frouter.ex;h=ddfaa8c423f19bb42b9ed5d5909c8a651df272c8;hb=0fe165165f971e66be8870bfa3fc7dc95049b2d2;hp=43e301034fa54255c4ba5191d26a286cd7ddf139;hpb=9b0f2d572baae4afd19684f80625fe0791b9d6bc;p=akkoma diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 43e301034..ddfaa8c42 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -173,7 +173,7 @@ defmodule Pleroma.Web.Router do get("/suggestions", MastodonAPIController, :suggestions) - get("/filters", MastodonAPIController, :filters) + get("/endorsements", MastodonAPIController, :empty_array) end scope "/api/web", Pleroma.Web.MastodonAPI do