Skip to content

Commit

Permalink
fix #2427: changed endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushSingh07 authored and therajanmaurya committed Nov 4, 2023
1 parent 956d443 commit ecbf4b6
Showing 1 changed file with 1 addition and 1 deletion.
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 = "demo.mifos.community"
const val API_ENDPOINT = "dev.mifos.io"
const val API_PATH = "/fineract-provider/api/v1/"
const val PROTOCOL_HTTPS = "https://"
}
Expand Down

0 comments on commit ecbf4b6

Please sign in to comment.