Skip to content

Commit

Permalink
Add :ssl to extra_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
jdav-dev committed Jul 15, 2022
1 parent 488b77b commit 3dd28f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Commanded.Middleware.Auditing.Mixfile do

def application do
[
extra_applications: [:logger],
extra_applications: [:logger, :ssl],
mod: {Commanded.Middleware.Auditing.Application, []}
]
end
Expand Down

0 comments on commit 3dd28f7

Please sign in to comment.