diff --git a/src/proxy.conf.json b/src/proxy.conf.json index 71f0321..ce89dad 100644 --- a/src/proxy.conf.json +++ b/src/proxy.conf.json @@ -1,11 +1,11 @@ { "/ProductsRequest": { - "target": "http://localhost:9090", + "target": "http://192.168.2.186:9090", "secure": false, "logLevel": "debug" }, "/CalculateRequest": { - "target": "http://localhost:9090", + "target": "http://192.168.2.186:9090", "secure": false, "logLevel": "debug" }