Basic routing + account creation
This commit is contained in:
@@ -10,7 +10,7 @@ defmodule NeonVertigoService.Mqtt.Supervisor do
|
||||
@impl true
|
||||
def init(_init_arg) do
|
||||
children = [
|
||||
NeonVertigoService.Mqtt.Service
|
||||
NeonVertigoService.Mqtt.Server
|
||||
]
|
||||
|
||||
Supervisor.init(children, strategy: :one_for_all)
|
||||
|
||||
Reference in New Issue
Block a user