diff --git a/android/app/src/main/java/com/blackforestbytes/simplecloudnotifier/model/ServerCommunication.java b/android/app/src/main/java/com/blackforestbytes/simplecloudnotifier/model/ServerCommunication.java index e31f859..b8299f3 100644 --- a/android/app/src/main/java/com/blackforestbytes/simplecloudnotifier/model/ServerCommunication.java +++ b/android/app/src/main/java/com/blackforestbytes/simplecloudnotifier/model/ServerCommunication.java @@ -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(); diff --git a/web/index.php b/web/index.php index b89b26c..60a0377 100644 --- a/web/index.php +++ b/web/index.php @@ -2,6 +2,7 @@
+