projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e47f60c
)
provide instance thumbnail at /api/v1/instance (debug)
author
Hakaba Hitoyo
<example@example.com>
Wed, 31 Jan 2018 14:09:47 +0000
(23:09 +0900)
committer
Hakaba Hitoyo
<example@example.com>
Wed, 31 Jan 2018 14:09:47 +0000
(23:09 +0900)
lib/pleroma/web/endpoint.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/endpoint.ex
b/lib/pleroma/web/endpoint.ex
index b57cf3917e166ba7e00d0545d9596ff2637a631b..725d2ee64c91b0a07cada4762ba518cd52a4d8fb 100644
(file)
--- 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.