summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/inventoryApp/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/inventoryApp/webpack.config.js')
-rw-r--r--sdnr/wt/odlux/apps/inventoryApp/webpack.config.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdnr/wt/odlux/apps/inventoryApp/webpack.config.js b/sdnr/wt/odlux/apps/inventoryApp/webpack.config.js
index 2af2bdb95..426763803 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/webpack.config.js
+++ b/sdnr/wt/odlux/apps/inventoryApp/webpack.config.js
@@ -26,7 +26,7 @@ module.exports = (env) => {
context: path.resolve(__dirname, "src"),
entry: {
- inventoryApp: ["./plugin.tsx"]
+ inventoryApp: ["./pluginInventory.tsx"]
},
devtool: env === "release" ? false : "source-map",
@@ -128,23 +128,23 @@ module.exports = (env) => {
proxy: {
"/oauth2/": {
- target: "http://localhost:3000",
+ target: "http://localhost:48181",
secure: false
},
"/database/": {
- target: "http://localhost:3000",
+ target: "http://localhost:48181",
secure: false
},
"/restconf/": {
- target: "http://localhost:3000",
+ target: "http://localhost:48181",
secure: false
},
"/help/": {
- target: "http://localhost:3000",
+ target: "http://localhost:48181",
secure: false
},
"/websocket/": {
- target: "http://localhost:3000",
+ target: "http://localhost:48181",
ws: true,
changeOrigin: true,
secure: false