Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Oct 18, 2023
1 parent e259b47 commit d522d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/public/js/websocket.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const socket = new WebSocket(NODE_ENV === 'production' ? 'wss://blocklist.sefinek.net' : `ws://127.0.0.1:${WS_PORT}`);
const socket = new WebSocket(NODE_ENV === 'production' ? 'wss://blocklist.sefinek.net/wsapp' : `ws://127.0.0.1:${WS_PORT}`);

socket.onopen = () => {
console.log('WebSocket connection established.');
Expand Down

0 comments on commit d522d5e

Please sign in to comment.