varsvat commented on a change in pull request #106:
URL: https://github.com/apache/fineract-cn-mobile/pull/106#discussion_r647202077



##########
File path: app/src/main/java/org/apache/fineract/data/remote/BaseUrl.java
##########
@@ -10,8 +10,8 @@
  */
 public class BaseUrl {
 
-    public static final String PROTOCOL_HTTPS = "https://";;
-    public static final String API_ENDPOINT = "pilot.kuelap.io";
+    public static final String PROTOCOL_HTTPS = "http://";;
+    public static final String API_ENDPOINT = "buffalo.mifos.io:4200";

Review comment:
       @jawidMuhammadi  Which baseUrl should I use? Both the older and updated 
URLs are not working as of now
   .
   

##########
File path: app/src/main/java/org/apache/fineract/data/remote/BaseUrl.java
##########
@@ -10,8 +10,8 @@
  */
 public class BaseUrl {
 
-    public static final String PROTOCOL_HTTPS = "https://";;
-    public static final String API_ENDPOINT = "pilot.kuelap.io";
+    public static final String PROTOCOL_HTTPS = "http://";;
+    public static final String API_ENDPOINT = "buffalo.mifos.io:4200";

Review comment:
       @jawidMuhammadi  Which baseUrl should I use? Both the older and updated 
URLs are not working as of now.
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to