proxyTable: {
"/api":{
target: "https://app.hsltm.com",
changeOrigin: true,
pathRewrite: {
"^/api": "/api"
}
},
"/ssm-api": {
target: "https://appdb.hsltm.com",
changeOrigin: true,
pathRewrite: {
"^/ssm-api": "/ssm-api"
}
},
"/api-web": {
target: "https://appdb.hsltm.com",
changeOrigin: true,
pathRewrite: {
"^/api-web": "/api-web"
}
}
},
proxyTable
-----------------------
"/api-web": {
target: "https://appdb.hsltm.com",
changeOrigin: true,
pathRewrite: {
"^/api-web": "/api-web"
}
}
404
-------------------------
"/api":{
target: "https://app.hsltm.com",
changeOrigin: true,
pathRewrite: {
"^/api": "/api"
}
},
--------------------------------------