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: {