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 Jan 12, 2022
1 parent f4f6f3a commit 3bef59c
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 3bef59c

Please sign in to comment.