provide instance thumbnail at /api/v1/instance (debug)

This commit is contained in:
Hakaba Hitoyo 2018-01-31 23:09:47 +09:00
parent e47f60c053
commit 03c15a54f5
1 changed files with 1 additions and 1 deletions

View 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.