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:
parent
97ed0cdfff
commit
944b685306
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue