diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:37:18 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 05:06:23 +0200 |
commit | 9229c14078bda5c0386a43fc89fcc5f3f5471670 (patch) | |
tree | 938a590994ef4036c6929acd27654d035fa7a02c /ebin | |
parent | 02c3707c03bdcc607b05c0fdbfaeaa7f65774de9 (diff) |
Use mochiweb for v1 API
Conflicts:
catlfish.config
src/v1.erl
Diffstat (limited to 'ebin')
-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, []}}]}. |