Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit 7158ba3

Browse files
committed
updated testconnect to new node server
1 parent 2c1f578 commit 7158ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/testconnect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script>
1111
window.addEventListener('load', onLoad, false);
1212
function onLoad() {
13-
var conn = new ServerConn('137.122.39.146:8080', 'test', 'ffffff');
13+
var conn = new ServerConn('66.6.51.35:8080', 'test', 'ffffff');
1414
conn.onState = this.onState;
1515
conn.start();
1616

0 commit comments

Comments
 (0)