Skip to content

Commit

Permalink
change remoteENV
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Dec 19, 2024
1 parent 0478d93 commit 0a51b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipad/Constants/AppRemoteAPIConst.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0a51b1f

Please sign in to comment.