url change

This commit is contained in:
2018-09-27 02:38:46 +02:00
parent 5d4ea0e057
commit 3bb7386d72
4 changed files with 15 additions and 16 deletions

View File

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