added atom feed
[akkoma] / lib / pleroma / docs / json.ex
index f191b60132f4fd53866681390cae039b5a07d4f9..6508a7bdb50e2d2edac10c15e30776aa480f9e33 100644 (file)
@@ -15,7 +15,7 @@ defmodule Pleroma.Docs.JSON do
   end
 
   def compile do
-    with {config, _paths} <- Mix.Config.eval!("config/description.exs") do
+    with config <- Pleroma.Config.Loader.load("config/description.exs") do
       config[:pleroma][:config_description]
       |> Pleroma.Docs.Generator.convert_to_strings()
       |> Jason.encode!()