Point to prod

This commit is contained in:
Vishnu Mohandas 2021-03-08 13:08:59 +05:30
parent eea7143180
commit 1c01ee8a57

View file

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