Update to prod endpoint
This commit is contained in:
parent
2b2db78d67
commit
df4f08e20f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue