Switch odlux from Biermann-RestConf to RFC8040 interface

Switched rest-calls in odlux to use RFC8040 interface

Issue-ID: CCSDK-2565
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: Ia59dd02bc6456bad648083146c0256f204e134d1
diff --git a/sdnr/wt/odlux/framework/webpack.config.js b/sdnr/wt/odlux/framework/webpack.config.js
index 4887a75..c7ef72e 100644
--- a/sdnr/wt/odlux/framework/webpack.config.js
+++ b/sdnr/wt/odlux/framework/webpack.config.js
@@ -176,7 +176,7 @@
     ],

 

     devServer: {

-      public: "http://localhost:3100",

+      public: "http://10.20.6.29:3100",

       contentBase: distPath,

 

       compress: true,

@@ -195,23 +195,23 @@
       },

       proxy: {

         "/oauth2/": {

-          target: "http://localhost:48181",

+          target: "http://10.20.6.29:48181",

           secure: false

         },

         "/database/": {

-          target: "http://localhost:48181",

+          target: "http://10.20.6.29:48181",

           secure: false

         },

         "/restconf/": {

-          target: "http://localhost:48181",

+          target: "http://10.20.6.29:48181",

           secure: false

         },

         "/help/": {

-          target: "http://localhost:48181",

+          target: "http://10.20.6.29:48181",

           secure: false

         },

         "/websocket": {

-          target: "http://localhost:48181",

+          target: "http://10.20.6.29:48181",

           ws: true,

           changeOrigin: true,

           secure: false