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 } }