Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/federation...
[akkoma] / lib / pleroma / web / router.ex
index efe67ad7a71a8f8bccb27bbe82b855fa5e75bbf7..0f0538182624e957aa59d129d910963840b3376b 100644 (file)
@@ -398,6 +398,7 @@ defmodule Pleroma.Web.Router do
   scope "/api/v1/pleroma", Pleroma.Web.PleromaAPI do
     pipe_through(:api)
     get("/accounts/:id/scrobbles", ScrobbleController, :index)
+    get("/federation_status", InstancesController, :show)
   end
 
   scope "/api/v1", Pleroma.Web.MastodonAPI do