Browse Source

Fix debug endpoint

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