Update local endpoint

This commit is contained in:
Vishnu Mohandas 2020-11-09 17:58:23 +05:30
parent 241cfe5478
commit 4cec4aa540

View file

@ -104,7 +104,7 @@ class Configuration {
String getHttpEndpoint() {
if (kDebugMode) {
return "http://192.168.0.100";
return "http://192.168.1.111";
}
return "https://api.ente.io";
}