From ea4a006941fc46ab9494184d8dcdce72877f9391 Mon Sep 17 00:00:00 2001 From: Nico Schett Date: Wed, 26 Jun 2024 11:10:27 +0200 Subject: [PATCH] save --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 78c8e81..d4151d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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, });