revert back the debug endpoint
This commit is contained in:
parent
bfb0fa0f55
commit
df81f38ad6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Configuration {
|
|||
|
||||
String getHttpEndpoint() {
|
||||
if (kDebugMode) {
|
||||
return "http://2397bd9fe540.ngrok.io";
|
||||
return "http://192.168.1.111";
|
||||
}
|
||||
return "https://api.ente.io";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue