This commit is contained in:
2025-08-18 23:59:43 +08:00
parent d80289fe73
commit 77d2a93fe0
3 changed files with 24 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ final class Config {
static let shared = Config()
// HOST
private let host = "http://jm.rbq.college"
private let host = "https://jm.rbq.college"
//
private init() {}