We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871fcf3 commit b4a9f09Copy full SHA for b4a9f09
1 file changed
TCAT/Utilities/Endpoints.swift
@@ -33,7 +33,7 @@ class Network {
33
static let localSource = "http://\(localIPAddress):3000/api/\(apiVersion)/"
34
35
/// Test server used for development
36
- static let debugIPAddress = "157.230.66.163"
+ static let debugIPAddress = "157.230.66.192"
37
static let debugSource = "http://\(debugIPAddress)/api/\(apiVersion)/"
38
39
/// Deployed server instance used for release
0 commit comments