Skip to content

Commit

Permalink
change to wss
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmeeks committed Nov 30, 2023
1 parent 447ff15 commit cfa4d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ viewportElem.onclick = (ev) => {
});
};

const ws = new WebSocket("ws://abc.matthewmeeks.xyz:8088/ws");
const ws = new WebSocket("wss://abc.matthewmeeks.xyz:8088/ws");
ws.onmessage = (ev) => {
/**
* @type {ClientResponse}
Expand Down

0 comments on commit cfa4d0d

Please sign in to comment.