We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d61c9f commit 619d267Copy full SHA for 619d267
opensrp-chw/src/main/java/org/smartregister/chw/util/CountryUtils.java
@@ -116,7 +116,7 @@ public static void setOpenSRPUrl() {
116
}
117
} else {
118
if (Country.LIBERIA.equals(BuildConfig.BUILD_COUNTRY)) {
119
- opensrpUrl = "https://unicefwcaro.smartregister.org/opensrp/";
+ opensrpUrl = "";//https://unicefwcaro.smartregister.org/opensrp/";
120
} else if (Country.TANZANIA.equals(BuildConfig.BUILD_COUNTRY)) {
121
opensrpUrl = "https://boresha-afya.smartregister.org/opensrp/";
122
0 commit comments