From: William Pitcock Date: Mon, 11 Jun 2018 23:40:19 +0000 (+0000) Subject: router: remove stub /domain_blocks entry X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=98104712379f4d001fc633eed7cfab69224816bc;p=akkoma router: remove stub /domain_blocks entry --- diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 6f8b427b5..ee6a373d3 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -105,7 +105,6 @@ defmodule Pleroma.Web.Router do get("/blocks", MastodonAPIController, :blocks) - get("/domain_blocks", MastodonAPIController, :empty_array) get("/mutes", MastodonAPIController, :empty_array) get("/timelines/home", MastodonAPIController, :home_timeline)