From 4995c769a3d3bc1048b540c1f596fb2ea5657090 Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Fri, 27 Oct 2023 23:02:35 +0300 Subject: [PATCH] Update proxy.conf.json --- apps/crud/proxy.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/crud/proxy.conf.json b/apps/crud/proxy.conf.json index 63dd627..c7d3a2b 100644 --- a/apps/crud/proxy.conf.json +++ b/apps/crud/proxy.conf.json @@ -1,6 +1,6 @@ { "/api": { - "target": "http://localhost:3000", + "target": "http://localhost:8000", "secure": false } }