Skip to content

Commit 2297e9f

Browse files
Changed Network.swift from .debug to .release
1 parent 3bdcdc4 commit 2297e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TCAT/Utilities/Network.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Network {
2424
// Change `networkType` to `.local` to work locally.
2525
// Change `localIPAddress` to be the proper address
2626

27-
static let networkType: NetworkType = .debug
27+
static let networkType: NetworkType = .release
2828
static let apiVersion = "v1"
2929

3030
/// Used for local backend testing

0 commit comments

Comments
 (0)