Merge branch 'task-204-on-options-request' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 43e301034fa54255c4ba5191d26a286cd7ddf139..ddfaa8c423f19bb42b9ed5d5909c8a651df272c8 100644 (file)
@@ -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