From 699bfa8de52c49050f60120040a83238a4caab4b Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Mon, 14 Sep 2026 17:31:46 +0800 Subject: [PATCH] feat: update ws url --- src/userscript/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userscript/index.ts b/src/userscript/index.ts index 9f93c81..5d304fc 100644 --- a/src/userscript/index.ts +++ b/src/userscript/index.ts @@ -7,7 +7,7 @@ import { serializeMessage, } from "./serializer"; -const WS_URL = "ws://127.0.0.1:8787"; +const WS_URL = "wss://wa-bridge.rul.sh/ws"; let socket: WebSocket | undefined;