X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Frouter.ex;h=93e7e45f9ae9a7473017c023016a2b3bcb748c27;hb=6085c71bd17e2b676e0820bf3fd93f81a1902ac3;hp=7349f4cdabee4e61dbec69d828b9267f8babcf6f;hpb=7a322713c33e8ef2fdc326f9e35d1fcbe7590c93;p=akkoma diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 7349f4cda..93e7e45f9 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -503,6 +503,7 @@ defmodule Pleroma.Web.Router do pipeline :ostatus do plug(:accepts, ["html", "xml", "atom", "activity+json", "json"]) + plug(Pleroma.Plugs.StaticFEPlug) end pipeline :oembed do