api fixes

This commit is contained in:
2018-09-26 23:13:50 +02:00
parent 7ea0572d79
commit 28ef5cb2f5
8 changed files with 12 additions and 11 deletions

View File

@@ -21,8 +21,7 @@ import okhttp3.ResponseBody;
public class ServerCommunication
{
//public static final String BASE_URL = "https://simplecloudnotifier.blackforestbytes.com/";
public static final String BASE_URL = "http://10.0.2.2:1010/";
public static final String BASE_URL = "https://simplecloudnotifier.blackforestbytes.com/";
private static final OkHttpClient client = new OkHttpClient();