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 1/2] 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*"
        		}
      	]
     },
-- 
2.47.1


From 335259cc9a9f237cfaaf0f77a0eb86e660050fc4 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Sun, 16 Mar 2025 12:33:42 -0700
Subject: [PATCH 2/2] omit domain entirely

---
 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 54f1875..cb97966 100644
--- a/web/next.config.ts
+++ b/web/next.config.ts
@@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
     	return [
      		{
 				source: "/api/:path*",
-        		destination: "http://submissions:8082/v1/:path*"
+        		destination: "/v1/:path*"
        		}
      	]
     },
-- 
2.47.1