mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 23:39:15 +02:00
whoops
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@
|
||||
function connectWs(){
|
||||
const statusText = document.getElementById("server-status");
|
||||
statusText.textContent = "connecting...";
|
||||
ws = new WebSocket("https://radio95.tnet/ws");
|
||||
ws = new WebSocket("/ws");
|
||||
|
||||
ws.addEventListener("open", () => {
|
||||
statusText.textContent = "connected";
|
||||
|
||||
Reference in New Issue
Block a user