soiz1 commited on
Commit
d2ea85b
·
verified ·
1 Parent(s): 889a9b8

Update send.html

Browse files
Files changed (1) hide show
  1. send.html +2 -3
send.html CHANGED
@@ -1616,9 +1616,8 @@
1616
 
1617
  updateConnectionStatus('接続中...', true);
1618
 
1619
- // WebSocket接続
1620
- const protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
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