diff --git a/web/next.config.ts b/web/next.config.ts
index ece2de4..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://localhost:8082/v1/:path*"
+        		destination: "/v1/:path*"
        		}
      	]
     },