Minor change on web_finger_controller

This commit is contained in:
Vincent
2019-04-16 12:50:56 +02:00
parent be169459e4
commit 4c0a43b4d4
2 changed files with 2 additions and 7 deletions

View File

@@ -39,10 +39,6 @@ defmodule MobilizonWeb.Router do
plug(:put_secure_browser_headers)
end
pipeline :nodeinfo do
plug(:accepts, ["html", "application/json"])
end
scope "/api" do
pipe_through(:graphql)