Browse Source

Update to prod endpoint

Vishnu Mohandas 4 years ago
parent
commit
df4f08e20f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/core/configuration.dart

+ 1 - 1
lib/core/configuration.dart

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