changed debug server ip

This commit is contained in:
Abhinav-grd 2021-01-23 19:19:59 +05:30
parent 5c497c7789
commit bfb0fa0f55

View file

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