diff options
author | Hakaba Hitoyo <example@example.com> | 2018-02-03 20:52:01 +0900 |
---|---|---|
committer | Hakaba Hitoyo <example@example.com> | 2018-02-03 20:52:01 +0900 |
commit | c8a29315495190c27f86b7331aa18c24e8fe9fcc (patch) | |
tree | 31c0a58a5ce63b4991ca7b0eeddf26c4b0f99619 /lib | |
parent | ea6d1b2b172d88b6ea47ab044813d39b053534b2 (diff) | |
download | pleroma-c8a29315495190c27f86b7331aa18c24e8fe9fcc.tar.gz |
add backend endpoint /images
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 725d2ee64..ec88df692 100644 --- a/lib/pleroma/web/endpoint.ex +++ b/lib/pleroma/web/endpoint.ex @@ -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. |