Explorar o código

Fix debug endpoint

Vishnu Mohandas %!s(int64=4) %!d(string=hai) anos
pai
achega
964a5e6f50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/core/configuration.dart

+ 1 - 1
lib/core/configuration.dart

@@ -102,7 +102,7 @@ class Configuration {
 
   String getHttpEndpoint() {
     if (kDebugMode) {
-      return "http://192.168.1.3:80";
+      return "http://192.168.0.100";
     }
     return "https://api.staging.ente.io";
   }