Compare commits

..

1 Commits

Author SHA1 Message Date
Shadowfacts 40984b419d
Switch to hackney via Tesla 2021-03-31 19:28:25 -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] extra_applications: [:logger, :runtime_tools, :readability, :httpoison]
] ]
end end