[#3059] Formatting fix.

This commit is contained in:
Ivan Tashkinov 2020-10-22 14:07:33 +03:00
parent 8a55de1d78
commit 8a68673eed
1 changed files with 1 additions and 1 deletions

View File

@ -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)