Compare commits
1 Commits
40984b419d
...
0593fcdb9a
Author | SHA1 | Date |
---|---|---|
Shadowfacts | 0593fcdb9a |
2
mix.exs
2
mix.exs
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue