wip
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user