provide instance thumbnail at /api/v1/instance (debug)
authorHakaba Hitoyo <example@example.com>
Wed, 31 Jan 2018 14:09:47 +0000 (23:09 +0900)
committerHakaba Hitoyo <example@example.com>
Wed, 31 Jan 2018 14:09:47 +0000 (23:09 +0900)
lib/pleroma/web/endpoint.ex

index b57cf3917e166ba7e00d0545d9596ff2637a631b..725d2ee64c91b0a07cada4762ba518cd52a4d8fb 100644 (file)
@@ -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.