Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jun 26, 2024
1 parent cd9ff54 commit ea4a006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const configureApp: PylonAPI["configureApp"] = async (app) => {

console.log("Connecting to", url);

targetWs = new WebSocket("wss://echo.websocket.org/", {
targetWs = new WebSocket(url, {
rejectUnauthorized: false,
});

Expand Down

0 comments on commit ea4a006

Please sign in to comment.