aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/webpack.config.js
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-02-02 19:27:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-02 19:27:46 +0000
commit1584ac712f243707197128b3e3d344e435bd2f31 (patch)
tree70ed41e168dd155a85010167a81a932967097345 /sdnr/wt/odlux/framework/webpack.config.js
parent33b86ad077a2e472df5d4ed15227298a238eb8ae (diff)
parent05ef023752abdb4f1e072332496dc7c6eaff8965 (diff)
Merge "SDN-R add updated odlux"
Diffstat (limited to 'sdnr/wt/odlux/framework/webpack.config.js')
-rw-r--r--sdnr/wt/odlux/framework/webpack.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/webpack.config.js b/sdnr/wt/odlux/framework/webpack.config.js
index 578a0ae44..93b748d73 100644
--- a/sdnr/wt/odlux/framework/webpack.config.js
+++ b/sdnr/wt/odlux/framework/webpack.config.js
@@ -191,7 +191,11 @@ module.exports = (env) => {
},
proxy: {
"/oauth2/**/*": {
- target: "http://10.20.6.29:48181",
+ target: "http://172.18.0.3:8181",
+ secure: false
+ },
+ "/about": {
+ target: "http://172.18.0.3:8181",
secure: false
}
}