# Conflicts: # app_core/common/src/main/java/com/core/app/Constants.java
@@ -16,7 +16,7 @@ public class Constants {
public static String IM_BASE_URL() {
String url = "";
if (BaseConfig.isDebug()) {
- url = IM_BASE_URL;
+ url = IM_BASE_URL_TEST;
} else {
url = IM_BASE_URL;
}