Skip to content

Commit

Permalink
fix: move to wss
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Aug 19, 2024
1 parent 4bb618c commit a3c2d27
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";
const endpoint = "wss://chat.rilae.com";

const socket = new WebSocket(endpoint);

Expand Down

0 comments on commit a3c2d27

Please sign in to comment.