Documentation: Move generated files to priv/static/doc, add it to endpoint.ex
This commit is contained in:
parent
08b6294f47
commit
a6dfe1fc6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue