diff --git a/ipad/Constants/AppRemoteAPIConst.swift b/ipad/Constants/AppRemoteAPIConst.swift index b0c9abe..71d4857 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) {