Skip to content

Commit b4a9f09

Browse files
committed
Change debug server endpoint
1 parent 871fcf3 commit b4a9f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TCAT/Utilities/Endpoints.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Network {
3333
static let localSource = "http://\(localIPAddress):3000/api/\(apiVersion)/"
3434

3535
/// Test server used for development
36-
static let debugIPAddress = "157.230.66.163"
36+
static let debugIPAddress = "157.230.66.192"
3737
static let debugSource = "http://\(debugIPAddress)/api/\(apiVersion)/"
3838

3939
/// Deployed server instance used for release

0 commit comments

Comments
 (0)