Merge branch 'bugfix/federation-kroeg' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index be0c10ea49c1b44c0252c5310d612699b943cbbe..2dadf974c74f09a1514fb5380fb6e0f740242bad 100644 (file)
@@ -141,6 +141,8 @@ defmodule Pleroma.Web.Router do
     get("/domain_blocks", MastodonAPIController, :domain_blocks)
     post("/domain_blocks", MastodonAPIController, :block_domain)
     delete("/domain_blocks", MastodonAPIController, :unblock_domain)
+
+    get("/suggestions", MastodonAPIController, :suggestions)
   end
 
   scope "/api/web", Pleroma.Web.MastodonAPI do