tests changes
[akkoma] / lib / pleroma / plugs / static_fe_plug.ex
index 2af45e52a61071c8a39aa2638916e27db1b1aa10..deebe48791ceb8cc9185a3c5d9cba020a1f6c2d0 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.StaticFEPlug do
@@ -18,7 +18,7 @@ defmodule Pleroma.Plugs.StaticFEPlug do
     end
   end
 
-  defp enabled?, do: Pleroma.Config.get([:instance, :static_fe], false)
+  defp enabled?, do: Pleroma.Config.get([:static_fe, :enabled], false)
 
   defp accepts_html?(conn) do
     conn |> get_req_header("accept") |> List.first() |> String.contains?("text/html")