Jul 30 - Update iPad - inspector can re-inspect and create follow-up

This commit is contained in:
Nguyen Ngo
2026-07-30 16:16:15 -04:00
parent b7990cc9ba
commit dac7e6c597
16 changed files with 961 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import Foundation
/// The two known JQC servers the inspector can connect to.
nonisolated enum ServerOption: String, CaseIterable, Sendable {
case primary = "https://jqc.ltservicesinc.com"
case primary = "http://127.0.0.1:5055"
case secondary = "https://jqc1.ltservicesinc.com"
var displayName: String {