From 7d8e6eb7889224f93bea481849c7ccd449dcc89a Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:21:35 +0000 Subject: [PATCH] :facepalm: revert changes to `angular-proxy.json` --- client/angular-proxy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/angular-proxy.json b/client/angular-proxy.json index 9117b39..c829506 100644 --- a/client/angular-proxy.json +++ b/client/angular-proxy.json @@ -1,10 +1,10 @@ { "/Api": { - "target": "http://sativus.local:6500/", + "target": "http://localhost:6500/", "secure": false }, "/hub": { - "target": "http://sativus.local:6500/", + "target": "http://localhost:6500/", "secure": false, "ws": true }