diff options
-rw-r--r-- | ebin/chttpd.app | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app index 679f61cc..c33b3112 100644 --- a/ebin/chttpd.app +++ b/ebin/chttpd.app @@ -15,8 +15,7 @@ chttpd_view, cloudant_auth ]}, - {registered, []}, + {registered, [chttpd_sup, chttpd]}, {applications, [kernel, stdlib, couch, fabric]}, - {mod, {chttpd_app,[]}}, - {start_phases, []} + {mod, {chttpd_app,[]}} ]}.
\ No newline at end of file |