aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/connectApp/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/connectApp/webpack.config.js')
-rw-r--r--sdnr/wt/odlux/apps/connectApp/webpack.config.js19
1 files changed, 12 insertions, 7 deletions
diff --git a/sdnr/wt/odlux/apps/connectApp/webpack.config.js b/sdnr/wt/odlux/apps/connectApp/webpack.config.js
index 4c458a65f..7f36e4e17 100644
--- a/sdnr/wt/odlux/apps/connectApp/webpack.config.js
+++ b/sdnr/wt/odlux/apps/connectApp/webpack.config.js
@@ -126,27 +126,32 @@ module.exports = (env) => {
},
proxy: {
"/oauth2/": {
- target: "http://10.20.6.29:28181",
+ target: "http://sdnr:8181",
secure: false
},
+
+ "/oauth/": {
+ target: "http://sdnr:8181",
+ secure: false
+ },
"/database/": {
- target: "http://10.20.6.29:28181",
+ target: "http://sdnr:8181",
secure: false
},
- "/tree/": {
- target: "http://10.20.6.29:28181",
+ "/restconf/": {
+ target: "http://sdnr:8181",
secure: false
},
"/rests/": {
- target: "http://10.20.6.29:28181",
+ target: "http://sdnr:8181",
secure: false
},
"/help/": {
- target: "http://10.20.6.29:28181",
+ target: "http://sdnr:8181",
secure: false
},
"/websocket": {
- target: "http://10.20.6.29:28181",
+ target: "http://sdnr:8181",
ws: true,
changeOrigin: true,
secure: false