Skip to content

Commit

Permalink
Changed Network.swift from .debug to .release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbarker016 authored Apr 9, 2018
1 parent 3bdcdc4 commit 2297e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCAT/Utilities/Network.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Network {
// Change `networkType` to `.local` to work locally.
// Change `localIPAddress` to be the proper address

static let networkType: NetworkType = .debug
static let networkType: NetworkType = .release
static let apiVersion = "v1"

/// Used for local backend testing
Expand Down

0 comments on commit 2297e9f

Please sign in to comment.