projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6d1b2
)
add backend endpoint /images
author
Hakaba Hitoyo
<example@example.com>
Sat, 3 Feb 2018 11:52:01 +0000
(20:52 +0900)
committer
Hakaba Hitoyo
<example@example.com>
Sat, 3 Feb 2018 11:52:01 +0000
(20:52 +0900)
lib/pleroma/web/endpoint.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/endpoint.ex
b/lib/pleroma/web/endpoint.ex
index 725d2ee64c91b0a07cada4762ba518cd52a4d8fb..ec88df6924cc1dad9de4bc664e28151549c37f85 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 instance sw.js)
+ only: ~w(index.html static finmoji emoji packs sounds i
mages i
nstance sw.js)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.