|
@@ -49,7 +49,7 @@ let proxyTable = {
|
|
|
},
|
|
|
|
|
|
"/api/v1/cd": {
|
|
|
- target: "http://172.16.33.166:8083",
|
|
|
+ target: "http://172.16.33.166:80",
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
|
"^/api/v1/cd": "/api/v1/cd"
|
|
@@ -65,7 +65,7 @@ let proxyTable = {
|
|
|
},
|
|
|
|
|
|
"/api/v1": {
|
|
|
- target: "http://172.16.33.166:8080",
|
|
|
+ target: "http://localhost:8080",
|
|
|
|
|
|
|
|
|
ws: true,
|
|
@@ -74,7 +74,7 @@ let proxyTable = {
|
|
|
}
|
|
|
},
|
|
|
"/views/api/v1": {
|
|
|
- target: "http://172.16.33.166:8080",
|
|
|
+ target: "http://172.16.33.166:80",
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
|
"^/views/api/v1": "/api/v1"
|