Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMrn committed Dec 8, 2018
1 parent a512825 commit 7aabea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"use strict";
var container = document.getElementById( "container" );
var img = document.getElementById( "img" );
var ws = new WebSocket( "ws://localhost:9091" );
var ws = new WebSocket( "ws://127.0.0.1:9091" );
ws.onmessage = function( data ) {
img.src = data.data;
};
Expand Down

0 comments on commit 7aabea9

Please sign in to comment.