Skip to content

Commit

Permalink
Update smarthome.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nurulalamador authored Oct 7, 2024
1 parent fa34af2 commit 288e1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarthome.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</div>
<script>
// var socket = new WebSocket('ws://10.10.227.183:3000');
var socket = new WebSocket('ws://smarthomewebsocket-production.up.railway.app');
var socket = new WebSocket('wss://smarthomewebsocket-production.up.railway.app');


socket.onopen = function(event) {
Expand Down

0 comments on commit 288e1d7

Please sign in to comment.