From fa474ae036edac0a084830d95f6bb45cd586229f Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Fri, 11 Sep 2026 13:42:18 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(web):=20route=20chat=20completio?= =?UTF-8?q?ns=20and=20AI=20gateway=20calls=20to=20global=20app=20=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b158f81753e78641f42f7d39a2d65f27db5ed913. --- apps/web/next.config.mjs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index ca83e36904..ab024aaba7 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -64,14 +64,6 @@ const nextConfig = { source: '/api/edit/completions', destination: 'https://global-api.kilo.ai/api/edit/completions', }, - { - source: '/api/gateway/:path*', - destination: 'https://global-api.kilo.ai/api/gateway/:path*', - }, - { - source: '/api/openrouter/:path*', - destination: 'https://global-api.kilo.ai/api/openrouter/:path*', - }, { source: '/api/exa/:path*', destination: 'https://global-api.kilo.ai/api/exa/:path*',