Phoenix.Socket.Transport.force_ssl/4 no longer exists

This commit is contained in:
Mark Felder 2023-05-31 22:11:17 +00:00
parent d9f031c9da
commit 2b8bbb288c
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ def init(%Plug.Conn{method: "GET"} = conn, {endpoint, handler, transport}) do
conn
|> fetch_query_params
|> Transport.transport_log(opts[:transport_log])
|> Transport.force_ssl(handler, endpoint, opts)
|> Transport.check_origin(handler, endpoint, opts)
case conn do