Skip to content

Commit

Permalink
Fix openMF#1325: Current default API Endpoint for login is not functi…
Browse files Browse the repository at this point in the history
…onal
  • Loading branch information
Grandolf49 committed Feb 21, 2020
1 parent 20b7382 commit 962062b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mifosng-android/src/main/java/com/mifos/api/BaseUrl.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class BaseUrl {

public static final String PROTOCOL_HTTPS = "https://";
public static final String API_ENDPOINT = "demo.openmf.org";
public static final String API_ENDPOINT = "demo.mifos.io";
public static final String API_PATH = "/fineract-provider/api/v1/";
public static final String PORT = "80";
// "/" in the last of the base url always
Expand Down

0 comments on commit 962062b

Please sign in to comment.