Scalino84 commited on
Commit
609870d
·
verified ·
1 Parent(s): 40a4116

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -219,7 +219,7 @@
219
  const formObject = Object.fromEntries(formData.entries());
220
 
221
  // WebSocket-Verbindung öffnen
222
- const socket = new WebSocket('ws://cf-lenovo:8000/ws');
223
 
224
  socket.onopen = function (event) {
225
  socket.send(JSON.stringify(formObject));
 
219
  const formObject = Object.fromEntries(formData.entries());
220
 
221
  // WebSocket-Verbindung öffnen
222
+ const socket = new WebSocket('wss://scalino84-fluxinator.hf.space/ws');
223
 
224
  socket.onopen = function (event) {
225
  socket.send(JSON.stringify(formObject));