From f08c25e02bac0cf60f45a9d2e2c798604b6350bd Mon Sep 17 00:00:00 2001 From: Alexander Sucala <53278775+alexandersucala@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:49:57 -0700 Subject: [PATCH] Update index.js --- apps/api/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/api/index.js b/apps/api/index.js index 293de2cc4337ed..5bd7256bb6a402 100644 --- a/apps/api/index.js +++ b/apps/api/index.js @@ -2,9 +2,6 @@ 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",