Update debug mode endpoint port
This commit is contained in:
parent
e1d28f4ab3
commit
881b6f38ba
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue