diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index c1d3e10..5411b91 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -273,7 +273,7 @@ class CCPExecutionHistory extends HTMLElement { } connectBroadcast(){ - this.#socket = new WebSocket(this.#broadcasturl + "/executions"); + this.#socket = new WebSocket(`${this.#broadcasturl}/unified?subject=${this.#boot.subject}`); this.#socket.onmessage = event=>{ const data = JSON.parse(event.data)