Proxy von localhost zu Server-IP geändert
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user