Skip to content

Commit

Permalink
Fix opts
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa1977 committed Mar 22, 2024
1 parent 02d21e0 commit a680884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/site_encrypt/phoenix/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
},
[]
Expand Down

0 comments on commit a680884

Please sign in to comment.