Skip to content

Commit

Permalink
Update 3thplay.html port
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcroom authored Feb 19, 2025
1 parent 2bd10cf commit 32b7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3thplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
</head>
<body>
<script> // 连接到服务端
const socket = io("http://192.168.1.10:58091/", { transports: ["websocket"] });
const socket = io("http://192.168.1.10:58090/", { transports: ["websocket"] });
socket.on('connect', () => {
console.log('Connected to the server');
socket.emit('my_event', 'Hello, server!');
Expand Down

0 comments on commit 32b7bc6

Please sign in to comment.