mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 04:50:52 +08:00
refactor(antigravity): regarding production endpoint caching
This commit is contained in:
@@ -1145,8 +1145,6 @@ func antigravityBaseURLFallbackOrder(auth *cliproxyauth.Auth) []string {
|
||||
if base := resolveCustomAntigravityBaseURL(auth); base != "" {
|
||||
return []string{base}
|
||||
}
|
||||
// Production endpoint first (matches antigravity.js plugin behavior)
|
||||
// Production may have better caching support
|
||||
return []string{
|
||||
antigravityBaseURLProd,
|
||||
antigravityBaseURLDaily,
|
||||
|
||||
Reference in New Issue
Block a user