Revert endpoint to OG staging
This commit is contained in:
parent
e574a0d8d2
commit
16aa9a9eb6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Configuration {
|
|||
}
|
||||
|
||||
String getHttpEndpoint() {
|
||||
return "http://192.168.0.100";
|
||||
return "https://api.staging.ente.io";
|
||||
}
|
||||
|
||||
Future<void> setEndpoint(String endpoint) async {
|
||||
|
|
Loading…
Add table
Reference in a new issue