Update debug mode endpoint port

This commit is contained in:
Vishnu Mohandas 2021-02-25 20:29:44 +05:30
parent e1d28f4ab3
commit 881b6f38ba

View file

@ -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";
}