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