Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Api endpoints #222

Merged
merged 2 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.io"
const val API_ENDPOINT = "mobile.mifos.io"
const val API_PATH = "/fineract-provider/api/v1/"
const val PROTOCOL_HTTPS = "https://"
}
Expand Down
2 changes: 1 addition & 1 deletion visionppi/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="to" translatable="false">TODO</string>
<string name="tenantId" translatable="false">default</string>
<string name="contentType" translatable="false">application/json</string>
<string name="demoURL" translatable="false">https://demo.mifos.io/fineract-provider/api/v1/</string>
<string name="demoURL" translatable="false">https://mobile.mifos.io/fineract-provider/api/v1/</string>
<string name="pref_file_name">User Details</string>
<string name="install_vision">Download the Vision PPI to ease the process of filing PPI Surveys by automating the process.</string>
<string name="download_link">Download Now: https://github.com/openMF/ppi-vision</string>
Expand Down