From 2e2b83f8043867e33d5648843bdabf958b82a61d Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 22 Sep 2025 17:35:00 +0200 Subject: [PATCH] change sync server to padelclub.app --- PadelClub/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PadelClub/AppDelegate.swift b/PadelClub/AppDelegate.swift index 05b217c..3fe421e 100644 --- a/PadelClub/AppDelegate.swift +++ b/PadelClub/AppDelegate.swift @@ -30,7 +30,7 @@ class AppDelegate : NSObject, UIApplicationDelegate, UNUserNotificationCenterDel #if DEBUG return "xlr.alwaysdata.net" #elseif TESTFLIGHT - return "asgi.padelclub.app" + return "padelclub.app" #elseif PRODTEST return "padelclub.app" #else