Преглед изворни кода

Ignore debug mode endpoint for now

Vishnu Mohandas пре 4 година
родитељ
комит
703377dc11
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      lib/core/configuration.dart

+ 3 - 3
lib/core/configuration.dart

@@ -240,9 +240,9 @@ class Configuration {
   }
   }
 
 
   String getHttpEndpoint() {
   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";
     return "https://api.ente.io";
   }
   }