move to wss

This commit is contained in:
dcore94 2022-07-15 19:07:16 +02:00
parent 5117ceac4c
commit 6bd1ee5ad1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ class CCPExecutionMonitor extends HTMLElement {
#boot = null;
#rootdoc = null;
#broadcasturl = "ws://nubis1.int.d4science.net:8989/ws/notification";
#broadcasturl = "wss://nubis1.int.d4science.net:8080/ws/notification";
#executions = [];
#socket = null;
@ -152,4 +152,4 @@ class CCPExecutionMonitor extends HTMLElement {
]
}
}
window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor);
window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor);