From 1248eeb88d90f0ece972299d40b7406ef0a17cf5 Mon Sep 17 00:00:00 2001 From: kballou Date: Thu, 28 Jul 2016 16:44:32 -0600 Subject: Add HTTP "Ping" --- lib/exping/supervisor.ex | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/exping/supervisor.ex') diff --git a/lib/exping/supervisor.ex b/lib/exping/supervisor.ex index 403f35c..faf6ccb 100644 --- a/lib/exping/supervisor.ex +++ b/lib/exping/supervisor.ex @@ -13,6 +13,7 @@ defmodule ExPing.Supervisor do @spec init(any) :: no_return def init(_) do children = [ + supervisor(Task.Supervisor, [[name: ExPing.Supervisor.Task]]) ] supervise(children, strategy: :one_for_one, name: __MODULE__) -- cgit v1.2.1