router: remove stub /domain_blocks entry

This commit is contained in:
William Pitcock 2018-06-11 23:40:19 +00:00
parent c773f42ca4
commit 9810471237

View file

@ -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)