proxy.conf.json so angepasst, dass api requests auch lokal funktionieren
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 44s
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 44s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user