From 0c6aee924e77e06d4c0d2314b844fbbc7d9a4257 Mon Sep 17 00:00:00 2001 From: David <62899351+davidclaveau@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:17:52 -0800 Subject: [PATCH] change to production database for launch --- 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 71d4857..44e2a82 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(.dev) + return RemoteURLManager(.prod) }() init(_ env: RemoteEnv) {