remove connection to websockets for release

sync3
Laurent 6 months ago
parent 8314f7681e
commit 8b12d5e68d
  1. 2
      PadelClub/AppDelegate.swift

@ -40,7 +40,7 @@ class AppDelegate : NSObject, UIApplicationDelegate, UNUserNotificationCenterDel
StoreCenter.main.configureURLs(secureScheme: true, domain: domain, webSockets: false)
}
#else
StoreCenter.main.configureURLs(secureScheme: true, domain: domain)
StoreCenter.main.configureURLs(secureScheme: true, domain: domain, webSockets: false)
#endif
StoreCenter.main.logsFailedAPICalls()

Loading…
Cancel
Save