revert back the debug endpoint

This commit is contained in:
Abhinav-grd 2021-01-24 11:29:38 +05:30
parent bfb0fa0f55
commit df81f38ad6

View file

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