proxy.conf.json so angepasst, dass api requests auch lokal funktionieren
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-01-07 14:45:30 +01:00
parent cee99688ae
commit 6eaeaaa658

View File

@@ -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"
}