Phoenix.Endpoint.Cowboy2Handler -> Plug.Cowboy.Handler
This commit is contained in:
parent
f622f82c0e
commit
a7e7db4a29
|
@ -133,7 +133,7 @@
|
|||
{"/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, []}}
|
||||
]}
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue