We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35329bf commit 1400b7dCopy full SHA for 1400b7d
frontend/src/composables/analysis-api-requester.ts
@@ -53,7 +53,7 @@ function byStomp(resolve: (req: Requester) => void) {
53
const resRejMap = new Map<number, ResRej>();
54
55
const client = new Client({
56
- brokerURL: `ws://${location.host}/jifa-stomp`,
+ brokerURL: `wss://${location.host}/jifa-stomp`,
57
reconnectDelay: 5000
58
});
59
0 commit comments