Skip to content

Commit

Permalink
Merge branch 'openMF:development' into fingerprint-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushSingh07 authored Feb 2, 2023
2 parents e98209d + 2884de1 commit 5b58532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/debug/java/org/mifos/mobile/api/BaseURL.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BaseURL {
}

companion object {
const val API_ENDPOINT = "fynarfin.io/fynams"
const val API_ENDPOINT = "demo.mifos.community"
const val API_PATH = "/fineract-provider/api/v1/self/"
const val PROTOCOL_HTTPS = "https://"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/release/java/org/mifos/mobile/api/BaseURL.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BaseURL {
}

companion object {
const val API_ENDPOINT = "fynams.sandbox.fynarfin.io"
const val API_ENDPOINT = "demo.mifos.community"
const val API_PATH = "/fineract-provider/api/v1/self/"
const val PROTOCOL_HTTPS = "https://"
}
Expand Down

0 comments on commit 5b58532

Please sign in to comment.