|
|
|
|
@ -9,9 +9,15 @@ import Foundation |
|
|
|
|
|
|
|
|
|
enum URLs: String, Identifiable { |
|
|
|
|
|
|
|
|
|
#if DEBUG |
|
|
|
|
case activationHost = "xlr.alwaysdata.net" |
|
|
|
|
case main = "https://xlr.alwaysdata.net/" |
|
|
|
|
case api = "https://xlr.alwaysdata.net/roads/" |
|
|
|
|
#else |
|
|
|
|
case activationHost = "padelclub.app" |
|
|
|
|
case main = "https://padelclub.app/" |
|
|
|
|
case api = "https://padelclub.app/roads/" |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
case subscriptions = "https://apple.co/2Th4vqI" |
|
|
|
|
case beachPadel = "https://beach-padel.app.fft.fr/beachja/index/" |
|
|
|
|
|