Compare commits

..

1 Commits

Author SHA1 Message Date
Shadowfacts 0593fcdb9a
Switch to hackney via Tesla 2021-03-31 19:33:19 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ defmodule Frenzy.MixProject do
def application do def application do
[ [
mod: {Frenzy.Application, []}, mod: {Frenzy.Application, []},
extra_applications: [:logger, :runtime_tools, :readability, :httpoison] extra_applications: [:logger, :runtime_tools, :readability]
] ]
end end