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 }