Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- 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('
|
| 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));
|