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",