|
@@ -60,6 +60,13 @@ let proxyTable = {
|
|
|
"^/api/v1": "/api/v1"
|
|
|
}
|
|
|
},
|
|
|
+ "/views/api/v1": {
|
|
|
+ target: "http://172.16.33.166:8080",
|
|
|
+ ws: true,
|
|
|
+ pathRewrite: {
|
|
|
+ "^/views/api/v1": "/api/v1"
|
|
|
+ }
|
|
|
+ },
|
|
|
'/icore.icp.web/pass/logout': {
|
|
|
target: 'http://172.16.33.161:9001/logout',
|
|
|
changeOrigin: true,
|