aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHakaba Hitoyo <example@example.com>2018-01-31 23:09:47 +0900
committerHakaba Hitoyo <example@example.com>2018-01-31 23:09:47 +0900
commit03c15a54f562dfcc26afeefbe00921e446ff5c31 (patch)
tree1c22fddcf810cfd1d6645a6f454efa8a4d290559 /lib
parente47f60c05376b9e2af0c90a984014003aac22104 (diff)
downloadpleroma-03c15a54f562dfcc26afeefbe00921e446ff5c31.tar.gz
provide instance thumbnail at /api/v1/instance (debug)
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/endpoint.ex2
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.