Skip to content

Commit

Permalink
Revert "Revert "Changed Base URL""
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya authored Aug 14, 2023
1 parent cb6fec4 commit 1ec3776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/mifos/core/apimanager/BaseUrl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package org.mifos.core.apimanager
class BaseUrl {
companion object {
const val PROTOCOL_HTTPS = "https://"
const val API_ENDPOINT = "demo.mifos.io"
const val API_ENDPOINT = "dev.mifos.io"
const val API_PATH = "/fineract-provider/api/v1/"
const val PORT = "80"
}
Expand Down

0 comments on commit 1ec3776

Please sign in to comment.