From b0676d31d2373db6f8b381073707e67ef66f65db Mon Sep 17 00:00:00 2001 From: Eugene Kallivrousis Date: Tue, 8 Apr 2025 19:03:15 -0400 Subject: [PATCH] reverting proxy change --- 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 08dd006..9425bae 100644 --- a/client/angular-proxy.json +++ b/client/angular-proxy.json @@ -1,10 +1,10 @@ { "/Api": { - "target": "http://192.168.1.100:6502/", + "target": "http://localhost:6502/", "secure": false }, "/hub": { - "target": "http://192.168.1.100:6502/", + "target": "http://localhost:6502/", "secure": false, "ws": true }