FederatingPlug module name

This commit is contained in:
Alexander Strizhakov 2020-06-24 10:41:09 +03:00
commit 8c993c5f63
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
8 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ defmodule Pleroma.Web.WebFinger.WebFingerController do
alias Pleroma.Web.WebFinger
plug(Pleroma.Web.Plugs.SetFormatPlug)
plug(Pleroma.Web.FederatingPlug)
plug(Pleroma.Web.Plugs.FederatingPlug)
def host_meta(conn, _params) do
xml = WebFinger.host_meta()