fix: swap endpoint order back to cloudcode-pa first (matches agy CLI)
This commit is contained in:
Binary file not shown.
@@ -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([
|
||||||
|
|||||||
Reference in New Issue
Block a user