Skip to content

Commit

Permalink
Set target to production (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV authored Jun 18, 2024
1 parent 25f2b29 commit d5536da
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(.dev)
return RemoteURLManager(.prod)
}()

init(_ env: RemoteEnv) {
Expand Down

0 comments on commit d5536da

Please sign in to comment.