From 0a51b1f09abcf8ebcaf456f6fd818578076cf479 Mon Sep 17 00:00:00 2001 From: PaulGarewal Date: Thu, 19 Dec 2024 14:13:55 -0800 Subject: [PATCH] change remoteENV --- ipad/Constants/AppRemoteAPIConst.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipad/Constants/AppRemoteAPIConst.swift b/ipad/Constants/AppRemoteAPIConst.swift index b0c9abe6..71d48571 100644 --- a/ipad/Constants/AppRemoteAPIConst.swift +++ b/ipad/Constants/AppRemoteAPIConst.swift @@ -57,7 +57,7 @@ class RemoteURLManager { static var `default` = { // Here We Can use Target Flag to customize // Switch Env - return RemoteURLManager(.local) + return RemoteURLManager(.dev) }() init(_ env: RemoteEnv) {