We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f760e1 commit 9df1a39Copy full SHA for 9df1a39
chat/src/main/java/cn/wildfire/chat/app/AppService.java
@@ -54,7 +54,7 @@ public class AppService implements AppServiceProvider {
54
* <br>
55
56
*/
57
- public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释,http 前缀不能省略*/ = "http://wildfirechat.net:8888";
+ public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释,http 前缀不能省略*/ = "http://192.168.97.137:8888";
58
// public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "https://app.wildfirechat.net";
59
60
private AppService() {
0 commit comments