Browse Source

Ignore debug mode endpoint for now

Vishnu Mohandas 4 years ago
parent
commit
703377dc11
1 changed files with 3 additions and 3 deletions
  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";
   }