Browse Source

Update to prod endpoint

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
df4f08e20f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/core/configuration.dart

+ 1 - 1
lib/core/configuration.dart

@@ -106,7 +106,7 @@ class Configuration {
     if (kDebugMode) {
       return "http://192.168.0.100";
     }
-    return "https://api.staging.ente.io";
+    return "https://api.ente.io";
   }
 
   Future<void> setEndpoint(String endpoint) async {