Skip to content

Commit

Permalink
Fix typo in config.ex (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
garno committed May 17, 2023
1 parent 5176dba commit ca58acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config :elixir_boilerplate, Corsica, allow_headers: :all

config :elixir_boilerplate, ElixirBoilerplate.Gettext, default_locale: "en"

config :elixir_boilerplate, ElixirBoilerplateWeb.Plus.Security, allow_unsafe_scripts: false
config :elixir_boilerplate, ElixirBoilerplateWeb.Plugs.Security, allow_unsafe_scripts: false

config :esbuild,
version: "0.14.41",
Expand Down

0 comments on commit ca58acf

Please sign in to comment.