Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sprakhar11 committed Apr 14, 2022
1 parent fa2b3e4 commit e7a97bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<script src="./function.js"></script>

<script>
var sock = new WebSocket("https://ap-south-1.console.aws.amazon.com/ec2/v2/connect/ec2-user/i-0d950dc7b62f84c20:8082");
var sock = new WebSocket("ws://65.0.61.248:8082");
var log = document.getElementById("text");

sock.onmessage = function (event) {
Expand Down

0 comments on commit e7a97bb

Please sign in to comment.