From 21e4a946cd24b8a03ea577352f0271ebf7669ffa Mon Sep 17 00:00:00 2001 From: Michael DÜrre Date: Thu, 8 Apr 2021 07:27:18 +0200 Subject: update odlux for notification change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update due new notification protocol Issue-ID: CCSDK-3253 Signed-off-by: Michael DÜrre Change-Id: Iad65459fdc18603cd1ddbd97bb2211308744bd8b --- sdnr/wt/odlux/framework/webpack.config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'sdnr/wt/odlux/framework/webpack.config.js') diff --git a/sdnr/wt/odlux/framework/webpack.config.js b/sdnr/wt/odlux/framework/webpack.config.js index 5d0d8fc9a..b5d31c262 100644 --- a/sdnr/wt/odlux/framework/webpack.config.js +++ b/sdnr/wt/odlux/framework/webpack.config.js @@ -201,55 +201,55 @@ module.exports = (env) => { proxy: { "/about": { // target: "http://10.20.6.29:48181", - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/yang-schema/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/oauth/": { // target: "https://10.20.35.188:30205", - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/oauth2/": { // target: "https://10.20.35.188:30205", - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/database/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/restconf/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/rests/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/help/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/about/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/tree/": { - target: "http://sdnr:8181", + target: "http://localhost:18181", secure: false }, "/websocket": { - target: "http://sdnr:8181", + target: "http://localhost:18181", ws: true, changeOrigin: true, secure: false }, "/apidoc": { - target: "http://sdnr:8181", + target: "http://localhost:18181", ws: true, changeOrigin: true, secure: false -- cgit 1.2.3-korg