From a98d4d31a22aead0015143978f46daa5d5e392dd Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Tue, 30 Dec 2025 15:09:41 +0100 Subject: [PATCH] =?UTF-8?q?Proxy=20von=20localhost=20zu=20Server-IP=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/proxy.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }