Skip to content

Commit 619d267

Browse files
committed
Release v0.1.4
1 parent 2d61c9f commit 619d267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensrp-chw/src/main/java/org/smartregister/chw/util/CountryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static void setOpenSRPUrl() {
116116
}
117117
} else {
118118
if (Country.LIBERIA.equals(BuildConfig.BUILD_COUNTRY)) {
119-
opensrpUrl = "https://unicefwcaro.smartregister.org/opensrp/";
119+
opensrpUrl = "";//https://unicefwcaro.smartregister.org/opensrp/";
120120
} else if (Country.TANZANIA.equals(BuildConfig.BUILD_COUNTRY)) {
121121
opensrpUrl = "https://boresha-afya.smartregister.org/opensrp/";
122122
}

0 commit comments

Comments
 (0)