Browse Source

Update debug endpoint

Vishnu Mohandas 4 years ago
parent
commit
ff48d2d2fc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lib/core/configuration.dart

+ 3 - 3
lib/core/configuration.dart

@@ -121,9 +121,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";
   }
   }