Kaynağa Gözat

Ignore debug mode endpoint for now

Vishnu Mohandas 4 yıl önce
ebeveyn
işleme
703377dc11
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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";
   }