summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHentioe <me@bluerain.io>2020-10-27 18:15:03 +0800
committerHentioe <me@bluerain.io>2020-10-27 18:15:03 +0800
commit32bfaf518f4eccb42170ad6bddfdcb113b14d439 (patch)
tree9cd08287042b80b31c3d5f4de2e46c42ad7abe2d /mix.exs
parentIndependent endpoint construction (diff)
Hosting token refresh
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 17d8138..6ffcc09 100644
--- a/mix.exs
+++ b/mix.exs
@@ -14,6 +14,7 @@ defmodule AzureEx.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
+ mod: {AzureEx.Application, []},
extra_applications: [:logger]
]
end