From 342f7b17c1d439e8f6ba26fcd04dea36b6cfd644 Mon Sep 17 00:00:00 2001 From: Richard C Lim <61879224+richardclim@users.noreply.github.com> Date: Sun, 2 Feb 2025 03:43:27 -0500 Subject: [PATCH] Update common.ts --- app/api/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/common.ts b/app/api/common.ts index 4ebbd5d09..f706f98be 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -89,7 +89,7 @@ const isAzure = req.nextUrl.pathname.includes("azure/deployments") || Boolean(se } } - const fetchUrl = cloudflareAIGatewayUrl(`${baseUrl}/${path}`); + const fetchUrl = cloudflareAIGatewayUrl(`${baseUrl}`); console.log("fetchUrl", fetchUrl); const fetchOptions: RequestInit = { headers: {