feat: expose CRUD, onboarding, pubsub via web

This commit is contained in:
2026-04-22 16:32:41 +02:00
parent 9807331da4
commit 9389c32244
33 changed files with 1536 additions and 7 deletions
+1
View File
@@ -7,6 +7,7 @@ defmodule Localiser.Application do
Localiser.Repo,
{Registry, keys: :unique, name: Localiser.Registry},
{Phoenix.PubSub, name: Localiser.PubSub},
Localiser.Web.Endpoint,
Localiser.MQTT.Supervisor,
Localiser.RSSI.Buffer,
Localiser.Localisation.Floor.Manager,