瀏覽代碼

Update debug endpoint

Vishnu Mohandas 4 年之前
父節點
當前提交
ff48d2d2fc
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lib/core/configuration.dart

+ 3 - 3
lib/core/configuration.dart

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