diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-12-18 17:05:36 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-12-18 17:05:36 +0100 |
commit | a6dfe1fc6b65ec406159a2e068ab598de2cc13e0 (patch) | |
tree | 49c5881cff22be25cd69849b90061840428e5bba /lib | |
parent | 08b6294f47d1a8023ba24707bb14f63e6ae4f25a (diff) | |
download | pleroma-a6dfe1fc6b65ec406159a2e068ab598de2cc13e0.tar.gz |
Documentation: Move generated files to priv/static/doc, add it to endpoint.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/endpoint.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex index d79f61b2e..564fc2c1d 100644 --- a/lib/pleroma/web/endpoint.ex +++ b/lib/pleroma/web/endpoint.ex @@ -21,7 +21,7 @@ defmodule Pleroma.Web.Endpoint do at: "/", from: :pleroma, only: - ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas) + ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas doc) ) # Code reloading can be explicitly enabled under the |