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