Skip to content

Commit

Permalink
Merge pull request #68 from Aditya-gupta99/fix_Api
Browse files Browse the repository at this point in the history
Changed Base URL
  • Loading branch information
therajanmaurya authored Aug 12, 2023
2 parents 7849760 + ee6f263 commit e14cdbd
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 e14cdbd

Please sign in to comment.