Phoenix.Endpoint.Cowboy2Handler -> Plug.Cowboy.Handler

This commit is contained in:
Mark Felder 2023-05-31 13:47:15 -04:00
parent f622f82c0e
commit a7e7db4a29
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ config :pleroma, Pleroma.Web.Endpoint,
{"/websocket", Phoenix.Endpoint.CowboyWebSocket,
{Phoenix.Transports.WebSocket,
{Pleroma.Web.Endpoint, Pleroma.Web.UserSocket, websocket_config}}},
{:_, Phoenix.Endpoint.Cowboy2Handler, {Pleroma.Web.Endpoint, []}}
{:_, Plug.Cowboy.Handler, {Pleroma.Web.Endpoint, []}}
]}
]
],