projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a55de1
)
[#3059] Formatting fix.
author
Ivan Tashkinov
<ivantashkinov@gmail.com>
Thu, 22 Oct 2020 11:07:33 +0000
(14:07 +0300)
committer
Ivan Tashkinov
<ivantashkinov@gmail.com>
Thu, 22 Oct 2020 11:07:33 +0000
(14:07 +0300)
lib/pleroma/web/endpoint.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/endpoint.ex
b/lib/pleroma/web/endpoint.ex
index f15aab8cb6c731ecd1158a9397740ad20e4c0af4..d0e01f3d94b8bd038cbcfe5f1537d566669eb486 100644
(file)
--- a/
lib/pleroma/web/endpoint.ex
+++ b/
lib/pleroma/web/endpoint.ex
@@
-9,7
+9,7
@@
defmodule Pleroma.Web.Endpoint do
socket("/socket", Pleroma.Web.UserSocket)
- plug
Plug.Telemetry, event_prefix: [:phoenix, :endpoint]
+ plug
(Plug.Telemetry, event_prefix: [:phoenix, :endpoint])
plug(Pleroma.Web.Plugs.SetLocalePlug)
plug(CORSPlug)