This commit is contained in:
2026-05-29 18:09:29 +01:00
parent 9d5d4c31d4
commit 414e416ce2
4 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
}
</style>
<script>
const ws = new WebSocket('ws://localhost:8084/ws');
const ws = new WebSocket('ws://deadvey.com:8084/ws');
const regex = new RegExp("^[a-zA-Z0-9_-]+$");
ws.onopen = (event) => {
ws.send("");