fix: change API base URL to https://longde.cloud/api to match nginx proxy

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-18 15:44:29 +08:00
parent be7fca5305
commit 8c486c73ae

View File

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