Skip to content

Commit 9df1a39

Browse files
authored
Update AppService.java
1 parent 1f760e1 commit 9df1a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat/src/main/java/cn/wildfire/chat/app/AppService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class AppService implements AppServiceProvider {
5454
* <br>
5555
* <br>
5656
*/
57-
public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释,http 前缀不能省略*/ = "http://wildfirechat.net:8888";
57+
public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释,http 前缀不能省略*/ = "http://192.168.97.137:8888";
5858
// public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "https://app.wildfirechat.net";
5959

6060
private AppService() {

0 commit comments

Comments
 (0)