projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fab32a
)
endpoint: fix formatting
author
William Pitcock
<nenolod@dereferenced.org>
Sat, 10 Nov 2018 11:18:25 +0000
(11:18 +0000)
committer
William Pitcock
<nenolod@dereferenced.org>
Sat, 10 Nov 2018 11:18:25 +0000
(11:18 +0000)
lib/pleroma/web/endpoint.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/endpoint.ex
b/lib/pleroma/web/endpoint.ex
index b38f33863b6bdcccfc713675a8a289550f7af15d..2469d7283af7ba55b37019b10ca96be933bb2665 100644
(file)
--- a/
lib/pleroma/web/endpoint.ex
+++ b/
lib/pleroma/web/endpoint.ex
@@
-17,7
+17,8
@@
defmodule Pleroma.Web.Endpoint do
Plug.Static,
at: "/",
from: :pleroma,
- only: ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas)
+ only:
+ ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas)
)
# Code reloading can be explicitly enabled under the