Skip to content

Commit

Permalink
Merge pull request #72 from openMF/revert-71-revert-68-fix_Api
Browse files Browse the repository at this point in the history
Revert "Revert "Changed Base URL""
  • Loading branch information
therajanmaurya authored Aug 14, 2023
2 parents cb6fec4 + 1ec3776 commit 9ad1648
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 9ad1648

Please sign in to comment.