Basic routing + account creation

This commit is contained in:
2026-02-01 02:43:28 +02:00
parent eeba488c7d
commit 1a24f1c2ed
5 changed files with 43 additions and 7 deletions
+1 -1
View File
@@ -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)