Skip to content

Commit 6e52b13

Browse files
committed
Use real server
1 parent f8e92f5 commit 6e52b13

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

app/src/main/java/com/simonesestito/shopsqueue/Constants.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ public class Constants {
3232

3333

3434
private static String getApiBaseUrl() {
35-
if (!BuildConfig.DEBUG)
36-
return "https://shopsqueue.simonesestito.com";
37-
else if (IS_EMULATOR)
38-
return "http://10.0.2.2:1234";
39-
else
40-
return "http://192.168.1.100:1234";
35+
return "https://shopsqueue.simonesestito.com";
36+
//if (!BuildConfig.DEBUG)
37+
// return "https://shopsqueue.simonesestito.com";
38+
//else if (IS_EMULATOR)
39+
// return "http://10.0.2.2:1234";
40+
//else
41+
// return "http://192.168.1.100:1234";
4142
}
4243
}

0 commit comments

Comments
 (0)