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 }