Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit bd4c0f5

Browse files
committed
Add mogrify to application list
1 parent a602b69 commit bd4c0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule CatuumApi.Mixfile do
1717
# Type `mix help compile.app` for more information.
1818
def application do
1919
[mod: {CatuumApi, []},
20-
applications: [:phoenix, :phoenix_pubsub, :cowboy, :logger, :gettext, :exredis, :cors_plug]]
20+
applications: [:phoenix, :phoenix_pubsub, :cowboy, :logger, :gettext, :exredis, :cors_plug, :mogrify]]
2121
end
2222

2323
# Specifies which paths to compile per environment.

0 commit comments

Comments
 (0)