Browse Source

Ignore debug mode endpoint for now

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
703377dc11
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      lib/core/configuration.dart

+ 3 - 3
lib/core/configuration.dart

@@ -240,9 +240,9 @@ class Configuration {
   }
 
   String getHttpEndpoint() {
-    if (kDebugMode) {
-      return "http://192.168.1.111:8080";
-    }
+    // if (kDebugMode) {
+    //   return "http://192.168.1.111:8080";
+    // }
     return "https://api.ente.io";
   }