diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:37:18 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:37:18 +0200 |
commit | 314370d6e5e6326033b648ba621803b75337935f (patch) | |
tree | 355221c58ced5429db7e226107394e8794e0b706 /ebin/catlfish.app | |
parent | 3e43d0c819e95a75b850c298cfe9904ed180ac16 (diff) |
Use mochiweb for v1 APIexternal-merge
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r-- | ebin/catlfish.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app index 44c9e0f..beea7d6 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -8,5 +8,5 @@ [{description, "catlfish -- Certificate Transparency Log Server"}, {vsn, "0.2.0-dev"}, {modules, [v1, catlfish_app]}, - {applications, [kernel, stdlib, plop, inets, jiffy, lager]}, + {applications, [kernel, stdlib, plop, inets, jiffy, lager, mochiweb]}, {mod, {catlfish_app, []}}]}. |