forked from AkkomaGang/akkoma
provide instance thumbnail at /api/v1/instance (debug)
This commit is contained in:
parent
e47f60c053
commit
03c15a54f5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue