Revert to the HTTPS URL

This commit is contained in:
Vishnu Mohandas 2020-09-17 17:56:50 +05:30
parent 8553a9f25b
commit 305b7b470d

View file

@ -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 {