Jul 31 - Fix primary server (jqc) login issue

This commit is contained in:
Nguyen Ngo
2026-07-31 10:38:54 -04:00
parent dac7e6c597
commit d9a6ffcca2
3 changed files with 27 additions and 5 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 = "http://127.0.0.1:5055"
case primary = "https://jqc.ltservicesinc.com"
case secondary = "https://jqc1.ltservicesinc.com"
var displayName: String {