forked from potsda.mn/mobilizon
Fix event html representation with no Accept header
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
13530f3611
commit
846b4e9b77
|
@ -14,7 +14,6 @@ defmodule MobilizonWeb.Router do
|
|||
end
|
||||
|
||||
pipeline :activity_pub_signature do
|
||||
plug(:accepts, ["activity-json", "html"])
|
||||
plug(MobilizonWeb.HTTPSignaturePlug)
|
||||
plug(MobilizonWeb.Plugs.MappedSignatureToIdentity)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue