From a680884f09d0aa6038cfdc297b6cfadfdc2fe0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Juri=C4=87?= Date: Fri, 22 Mar 2024 16:08:09 +0100 Subject: [PATCH] Fix opts --- lib/site_encrypt/phoenix/endpoint.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) }, []