Skip to content

Commit 1400b7d

Browse files
committed
use websocket secure protocol wss instead of websocket ws
1 parent 35329bf commit 1400b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/composables/analysis-api-requester.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function byStomp(resolve: (req: Requester) => void) {
5353
const resRejMap = new Map<number, ResRej>();
5454

5555
const client = new Client({
56-
brokerURL: `ws://${location.host}/jifa-stomp`,
56+
brokerURL: `wss://${location.host}/jifa-stomp`,
5757
reconnectDelay: 5000
5858
});
5959

0 commit comments

Comments
 (0)