1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Define HTTParrot.init/1

This commit is contained in:
Eduardo Gurgel 2017-03-16 08:28:23 +13:00
parent 97ed0cdfff
commit 944b685306

View file

@ -6,7 +6,8 @@ defmodule HTTParrot do
Supervisor.start_link(__MODULE__, arg)
end
def init([]) do
def init(_) do
supervise([], strategy: :simple_one_for_one)
end
def start(_type, _args) do