|
@@ -102,7 +102,7 @@ class PrefsUtil {
|
|
|
}
|
|
|
|
|
|
static func getURLPrivacyPolicy() -> String {
|
|
|
- return UserDefaults.standard.string(forKey: "app_builder_url_privacy_policy") ?? "https://newuniverse.io/privacypolicy-nu"
|
|
|
+ return UserDefaults.standard.string(forKey: "app_builder_url_privacy_policy") ?? "https://newuniverse.io/privacypolicy"
|
|
|
}
|
|
|
|
|
|
static func setURLPrivacyPolicy(value: String){
|