fix: APIConfig baseURL longde.cloud → api.longde.cloud

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-06-09 20:39:57 +08:00
parent a6dde9f0c6
commit 697220de00
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
import Foundation import Foundation
enum APIConfig { enum APIConfig {
static let baseURL = "https://longde.cloud/api" static let baseURL = "https://api.longde.cloud/api"
static let timeout: TimeInterval = 30 static let timeout: TimeInterval = 30