Skip to content

Commit 5fad47a

Browse files
committed
Changed frontend to port 8080
1 parent 4165093 commit 5fad47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-frontend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(function () {
2424
}
2525

2626
// open connection
27-
var connection = new WebSocket('ws://104.155.137.217/:1337');
27+
var connection = new WebSocket('ws://104.155.137.217/:8080');
2828

2929
connection.onopen = function () {
3030
// first we want users to enter their names

0 commit comments

Comments
 (0)