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:
parent
be7fca5305
commit
8c486c73ae
@ -5,7 +5,7 @@
|
||||
import Foundation
|
||||
|
||||
enum APIConfig {
|
||||
static let baseURL = "https://api.longde.cloud"
|
||||
static let baseURL = "https://longde.cloud/api"
|
||||
|
||||
static let timeout: TimeInterval = 30
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user