Added inets to application start so http calls work in prod

This commit is contained in:
Kieran Eglin 2024-02-24 12:47:49 -08:00
parent b5e3ada222
commit ad8b72cf93
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -23,7 +23,7 @@ defmodule Pinchflat.MixProject do
def application do def application do
[ [
mod: {Pinchflat.Application, []}, mod: {Pinchflat.Application, []},
extra_applications: [:logger, :runtime_tools] extra_applications: [:logger, :runtime_tools, :inets]
] ]
end end