Add link calculation app

Add link calculation app to odlux

Issue-ID: CCSDK-2562
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: Ifc0a5b2a8bb974dfd85d70a9f05990b1f11925a3
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
diff --git a/sdnr/wt/odlux/framework/webpack.config.js b/sdnr/wt/odlux/framework/webpack.config.js
index c7ef72e..ad5b4cc 100644
--- a/sdnr/wt/odlux/framework/webpack.config.js
+++ b/sdnr/wt/odlux/framework/webpack.config.js
@@ -171,7 +171,11 @@
           new webpack.WatchIgnorePlugin([

             /css\.d\.ts$/,

             /less\.d\.ts$/

-          ])

+          ]),

+          new CopyWebpackPlugin([{

+            from: './assets/version.json',

+            to: './version.json'

+          }])

         ]

     ],

 

@@ -210,6 +214,10 @@
           target: "http://10.20.6.29:48181",

           secure: false

         },

+        "/about": {

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

+          secure: false

+        },

         "/websocket": {

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

           ws: true,