StaticFEPlug module name
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 24 Jun 2020 06:06:10 +0000 (09:06 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 13 Oct 2020 13:42:52 +0000 (16:42 +0300)
lib/pleroma/web/plugs/static_fe_plug.ex
lib/pleroma/web/router.ex

index 143665c71b0756c2913d578fdaea3751bdbb49c9..658a1052e53ecc649e34256514b55709e4e54f54 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Plugs.StaticFEPlug do
+defmodule Pleroma.Web.Plugs.StaticFEPlug do
   import Plug.Conn
   alias Pleroma.Web.StaticFE.StaticFEController
 
index 9388098191e1632df1d109e375002e734e6b16ae..f7e6cc4f33243fcedbe5ef9c504062ea7389b424 100644 (file)
@@ -568,7 +568,7 @@ defmodule Pleroma.Web.Router do
 
   pipeline :ostatus do
     plug(:accepts, ["html", "xml", "rss", "atom", "activity+json", "json"])
-    plug(Pleroma.Plugs.StaticFEPlug)
+    plug(Pleroma.Web.Plugs.StaticFEPlug)
   end
 
   pipeline :oembed do