From 6eaeaaa658dcb8ee6131349c0cf8395448bf7111 Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Wed, 7 Jan 2026 14:45:30 +0100 Subject: [PATCH] proxy.conf.json so angepasst, dass api requests auch lokal funktionieren --- src/proxy.conf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/proxy.conf.json b/src/proxy.conf.json index ce89dad..4891a73 100644 --- a/src/proxy.conf.json +++ b/src/proxy.conf.json @@ -1,11 +1,11 @@ { - "/ProductsRequest": { - "target": "http://192.168.2.186:9090", + "/produktApi/ProductsRequest": { + "target": "http://localhost:9090", "secure": false, "logLevel": "debug" }, - "/CalculateRequest": { - "target": "http://192.168.2.186:9090", + "/produktApi/CalculateRequest": { + "target": "http://localhost:9090", "secure": false, "logLevel": "debug" }