Skip to content

Commit

Permalink
Merge pull request #987 from devgateway/OCMAKU-1078-elgeyo-app
Browse files Browse the repository at this point in the history
OCMAKU-1078: Elgeyo App
  • Loading branch information
developster authored Apr 29, 2021
2 parents 7906072 + aaf794b commit 942682a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile-offline/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.devgateway.elgeyo.pmcdc"
minSdkVersion 19
targetSdkVersion 30
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion mobile-offline/site/src/api/Api.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {httpPost, httpGet} from "./Ajax.js";

export const API_ROOT_URL = (document.location.hostname === "localhost" || document.location.protocol === "file:")
? "https://elgeyomarakwet.dgpreprod.org" : "";
? "https://opencontracting.elgeyomarakwet.go.ke" : "";

const API_LOGIN = API_ROOT_URL + "/api/login";
const API_FORGOT_PASSWORD = API_ROOT_URL + "/api/user/forgotPassword";
Expand Down

0 comments on commit 942682a

Please sign in to comment.