This commit is contained in:
bskjon 2025-03-19 18:53:54 +01:00
parent a27e50f909
commit d8f0f5db85

View File

@ -35,6 +35,12 @@ class ExplorerTopic(
}
}
@MessageMapping("/explorer/root")
fun goRoot() {
explorer.getRoots()?.let {
template?.convertAndSend("/topic/explorer/go", it)
}
}
}