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] 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*"
        		}
      	]
     },