From 282ebe4a5ebec57a51e3aa886457663f5f4364ae Mon Sep 17 00:00:00 2001 From: Eugene Kallivrousis Date: Tue, 8 Apr 2025 19:04:06 -0400 Subject: [PATCH] updating port --- 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 9425bae..c829506 100644 --- a/client/angular-proxy.json +++ b/client/angular-proxy.json @@ -1,10 +1,10 @@ { "/Api": { - "target": "http://localhost:6502/", + "target": "http://localhost:6500/", "secure": false }, "/hub": { - "target": "http://localhost:6502/", + "target": "http://localhost:6500/", "secure": false, "ws": true }