diff --git a/lib/site_encrypt/phoenix/endpoint.ex b/lib/site_encrypt/phoenix/endpoint.ex index e8d609f..4c906b4 100644 --- a/lib/site_encrypt/phoenix/endpoint.ex +++ b/lib/site_encrypt/phoenix/endpoint.ex @@ -51,7 +51,7 @@ defmodule SiteEncrypt.Phoenix.Endpoint do { SiteEncrypt.Phoenix.Endpoint, unquote(using_opts) - |> Config.Reader.merge(opts) + |> Config.Reader.merge(endpoint_opts: opts) |> Keyword.put(:endpoint, __MODULE__) }, []