fix: swap endpoint order back to cloudcode-pa first (matches agy CLI)

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 12:58:21 +04:00
Unverified
parent a54eb1f375
commit 8674296063
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -5150,8 +5150,8 @@ class Handler(http.server.BaseHTTPRequestHandler):
_allow_staging = os.environ.get("ALLOW_ANTIGRAVITY_STAGING", "0") == "1" _allow_staging = os.environ.get("ALLOW_ANTIGRAVITY_STAGING", "0") == "1"
if OAUTH_PROVIDER == "google-antigravity": if OAUTH_PROVIDER == "google-antigravity":
_antigravity_endpoints = [ _antigravity_endpoints = [
"https://daily-cloudcode-pa.googleapis.com",
"https://cloudcode-pa.googleapis.com", "https://cloudcode-pa.googleapis.com",
"https://daily-cloudcode-pa.googleapis.com",
] ]
if _allow_staging: if _allow_staging:
_antigravity_endpoints.extend([ _antigravity_endpoints.extend([