瀏覽代碼

Update to prod endpoint

Vishnu Mohandas 4 年之前
父節點
當前提交
df4f08e20f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {