Skip to content

Commit

Permalink
fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Oct 10, 2024
1 parent f254560 commit 09a8a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/websocket-event-publisher/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<body>
<script>
const url = "ws://ws.chicmoz.info/";
const url = "ws://ws.localhost/";
const socket = new WebSocket(url);
console.log(`Connecting to ${url}`);

Expand Down

0 comments on commit 09a8a94

Please sign in to comment.