From 00ed90e5253651f560f740b981c4e4ef07eb69df Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Sun, 16 Mar 2025 12:21:09 -0700 Subject: [PATCH] use kub url --- web/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next.config.ts b/web/next.config.ts index ece2de4..54f1875 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -7,7 +7,7 @@ const nextConfig: NextConfig = { return [ { source: "/api/:path*", - destination: "http://localhost:8082/v1/:path*" + destination: "http://submissions:8082/v1/:path*" } ] },