This commit is contained in:
Your Name
2024-02-16 18:03:12 -06:00
parent cca2b14612
commit a0af73ebdf

View File

@@ -7,7 +7,7 @@
<script>
$(document).ready(function() {
// Replace 'ws://localhost/ws' with your WebSocket server address
var ws = new WebSocket('ws://localhost/ws');
var ws = new WebSocket('ws://'+window.location.host+':1025/ws');
ws.onopen = function() {
console.log('WebSocket connection established');