From be46dfb07db151efa17ec8e7cf32a541ef88ed64 Mon Sep 17 00:00:00 2001 From: Shijia Huang Date: Sat, 7 Mar 2026 16:49:00 +1100 Subject: [PATCH] change the url --- miniprogram/constants/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniprogram/constants/config.ts b/miniprogram/constants/config.ts index 7e24555..63b52a1 100644 --- a/miniprogram/constants/config.ts +++ b/miniprogram/constants/config.ts @@ -35,7 +35,7 @@ const ENV_CONFIGS = { }, trial: { apiBaseUrl: 'https://panleme.fun', - wsUrl: 'wss://111.231.76.133/ws', + wsUrl: 'wss://panleme.fun/ws', debug: true, }, release: {