diff options
author | Hakaba Hitoyo <example@example.com> | 2018-01-31 23:09:47 +0900 |
---|---|---|
committer | Hakaba Hitoyo <example@example.com> | 2018-01-31 23:09:47 +0900 |
commit | 03c15a54f562dfcc26afeefbe00921e446ff5c31 (patch) | |
tree | 1c22fddcf810cfd1d6645a6f454efa8a4d290559 /lib | |
parent | e47f60c05376b9e2af0c90a984014003aac22104 (diff) | |
download | pleroma-03c15a54f562dfcc26afeefbe00921e446ff5c31.tar.gz |
provide instance thumbnail at /api/v1/instance (debug)
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 b57cf3917..725d2ee64 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 sw.js) + only: ~w(index.html static finmoji emoji packs sounds instance sw.js) # Code reloading can be explicitly enabled under the # :code_reloader configuration of your endpoint. |