forked from AkkomaGang/akkoma
add backend endpoint /images
This commit is contained in:
parent
ea6d1b2b17
commit
c8a2931549
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ defmodule Pleroma.Web.Endpoint do
|
|||
at: "/media", from: "uploads", gzip: false
|
||||
plug Plug.Static,
|
||||
at: "/", from: :pleroma,
|
||||
only: ~w(index.html static finmoji emoji packs sounds instance sw.js)
|
||||
only: ~w(index.html static finmoji emoji packs sounds images instance sw.js)
|
||||
|
||||
# Code reloading can be explicitly enabled under the
|
||||
# :code_reloader configuration of your endpoint.
|
||||
|
|
Loading…
Reference in a new issue