From 03de0ac87abee829a55cabc73474d4be938d1c9d Mon Sep 17 00:00:00 2001 From: Borry <12400609+borry1988@user.noreply.gitee.com> Date: Thu, 13 Nov 2025 08:01:08 +0000 Subject: [PATCH] update chat/src/main/java/cn/wildfire/chat/app/AppService.java. Signed-off-by: Borry <12400609+borry1988@user.noreply.gitee.com> --- chat/src/main/java/cn/wildfire/chat/app/AppService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/src/main/java/cn/wildfire/chat/app/AppService.java b/chat/src/main/java/cn/wildfire/chat/app/AppService.java index b3ff5ad6..338e963c 100644 --- a/chat/src/main/java/cn/wildfire/chat/app/AppService.java +++ b/chat/src/main/java/cn/wildfire/chat/app/AppService.java @@ -63,7 +63,7 @@ public class AppService implements AppServiceProvider { // public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "http://[2409:8a00:32c0:1ee8:782d:fBc8:2e1b:4d10]:8888"; // ipv4 // public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释,http 前缀不能省略*/ = "http://wildfirechat.net:8888"; - public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "https://app.wildfirechat.net"; + public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "http://8.156.87.49:8888"; private AppService() { -- Gitee