Update send.html
Browse files
send.html
CHANGED
|
@@ -1616,9 +1616,8 @@
|
|
| 1616 |
|
| 1617 |
updateConnectionStatus('接続中...', true);
|
| 1618 |
|
| 1619 |
-
|
| 1620 |
-
const
|
| 1621 |
-
const wsUrl = `${protocol}//${window.location.host}/ws`;
|
| 1622 |
|
| 1623 |
ws = new WebSocket(wsUrl);
|
| 1624 |
|
|
|
|
| 1616 |
|
| 1617 |
updateConnectionStatus('接続中...', true);
|
| 1618 |
|
| 1619 |
+
|
| 1620 |
+
const wsUrl = `wss://audio-player-websocket.onrender.com/`;
|
|
|
|
| 1621 |
|
| 1622 |
ws = new WebSocket(wsUrl);
|
| 1623 |
|