Pass supervisor's children to couch_epi
diff --git a/src/mango_sup.erl b/src/mango_sup.erl
index e7f014b..b0dedf1 100644
--- a/src/mango_sup.erl
+++ b/src/mango_sup.erl
@@ -21,4 +21,4 @@
     supervisor:start_link({local,?MODULE}, ?MODULE, Args).
 
 init([]) ->
-    {ok, {{one_for_one, 3, 10}, couch_epi:register_service(mango_epi)}}.
+    {ok, {{one_for_one, 3, 10}, couch_epi:register_service(mango_epi, [])}}.