diff --git a/core/src/main/java/bisq/core/notifications/MobileNotificationService.java b/core/src/main/java/bisq/core/notifications/MobileNotificationService.java index f673376c4c5..3b80e0f8940 100644 --- a/core/src/main/java/bisq/core/notifications/MobileNotificationService.java +++ b/core/src/main/java/bisq/core/notifications/MobileNotificationService.java @@ -59,7 +59,7 @@ public class MobileNotificationService { // duplicated in relay and here. Must not be changed. private static final String SUCCESS = "success"; private static final String DEV_URL_LOCALHOST = "http://localhost:8080/"; - private static final String DEV_URL = "http://198.211.125.72:8080/"; + private static final String DEV_URL = "http://165.227.40.124:8080/"; private static final String URL = "http://jtboonrvwmq7frkj.onion/"; private static final String BISQ_MESSAGE_IOS_MAGIC = "BisqMessageiOS"; private static final String BISQ_MESSAGE_ANDROID_MAGIC = "BisqMessageAndroid";