diff --git a/lib/core/configuration.dart b/lib/core/configuration.dart index 87d59bf6c..54ae3ab6f 100644 --- a/lib/core/configuration.dart +++ b/lib/core/configuration.dart @@ -112,9 +112,9 @@ class Configuration { } String getHttpEndpoint() { - // if (kDebugMode) { - // return "http://192.168.1.111"; - // } + if (kDebugMode) { + return "http://192.168.1.111:8080"; + } return "https://api.ente.io"; }