Skip to content

Commit

Permalink
feat(version): New version v1.0.0
Browse files Browse the repository at this point in the history
• version is unstable 

Signed-off-by: SEBASTIAN JN <[email protected]>
  • Loading branch information
sebastianjnuwu authored Jan 6, 2025
1 parent cdeb598 commit 6f92ec2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/src/js/cookie/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ function $message(text) {
<div class="toast-body"> ${text}</div></div>`);
}

/*
// connect the server to the socket
const socket = io("http://0.0.0.0:3000", {
transports: ["websocket", "polling"],
});/*
});
*/

const socket = io("https://socket-hj1h.onrender.com", {
transports: ["websocket", "polling"],
});*/
});

let cookies = Number(localStorage.getItem("cookie")) || 0;
let $cps = 0;
Expand Down

0 comments on commit 6f92ec2

Please sign in to comment.