From ce9e3a433b2f34cfd8c0391a8752c2ba6008fceb Mon Sep 17 00:00:00 2001 From: Alexander Sucala <53278775+alexandersucala@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:54:29 -0700 Subject: [PATCH] Update index.js --- apps/api/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/api/index.js b/apps/api/index.js index 293de2cc4337ed..50bbabf806e949 100644 --- a/apps/api/index.js +++ b/apps/api/index.js @@ -2,9 +2,7 @@ const http = require("node:http"); const connect = require("connect"); const { createProxyMiddleware } = require("http-proxy-middleware"); -const apiProxyV1 = createProxyMiddleware({ - target: "http://localhost:3003", -}); + const apiProxyV2 = createProxyMiddleware({ target: "http://localhost:3004",