From 5f6ce1b97d5d205f89451b36955a6c18d1c76584 Mon Sep 17 00:00:00 2001 From: Badri Narayanan S Date: Thu, 8 Jan 2026 20:24:23 +0530 Subject: [PATCH] Update daily Cloud Code endpoint to production URL Remove sandbox subdomain from daily-cloudcode-pa endpoint. Co-Authored-By: Claude --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index b27e73b..cd5bb86 100644 --- a/src/constants.js +++ b/src/constants.js @@ -36,7 +36,7 @@ function getPlatformUserAgent() { } // Cloud Code API endpoints (in fallback order) -const ANTIGRAVITY_ENDPOINT_DAILY = 'https://daily-cloudcode-pa.sandbox.googleapis.com'; +const ANTIGRAVITY_ENDPOINT_DAILY = 'https://daily-cloudcode-pa.googleapis.com'; const ANTIGRAVITY_ENDPOINT_PROD = 'https://cloudcode-pa.googleapis.com'; // Endpoint fallback order (daily → prod)