Skip to content

Commit

Permalink
fix: switch from ws to wss endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Aug 19, 2024
1 parent 23a3e2f commit 2d845b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function openConnection() {
connectionButton.textContent = "";
connectionButton.setAttribute("aria-busy", "true");

const endpoint = "ws://chat.rilae.com:9898";
const endpoint = "wss://chat.rilae.com:9898";

const socket = new WebSocket(endpoint);

Expand Down

0 comments on commit 2d845b5

Please sign in to comment.