Proxy von localhost zu Server-IP geändert
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s

This commit is contained in:
2025-12-30 15:09:41 +01:00
parent e9a5db619b
commit a98d4d31a2

View File

@@ -1,11 +1,11 @@
{ {
"/ProductsRequest": { "/ProductsRequest": {
"target": "http://localhost:9090", "target": "http://192.168.2.186:9090",
"secure": false, "secure": false,
"logLevel": "debug" "logLevel": "debug"
}, },
"/CalculateRequest": { "/CalculateRequest": {
"target": "http://localhost:9090", "target": "http://192.168.2.186:9090",
"secure": false, "secure": false,
"logLevel": "debug" "logLevel": "debug"
} }