diff options
Diffstat (limited to 'sdnr/wt/odlux/apps/networkMapApp/webpack.config.js')
-rw-r--r-- | sdnr/wt/odlux/apps/networkMapApp/webpack.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/apps/networkMapApp/webpack.config.js b/sdnr/wt/odlux/apps/networkMapApp/webpack.config.js index 5fc67e3ec..7e51f695e 100644 --- a/sdnr/wt/odlux/apps/networkMapApp/webpack.config.js +++ b/sdnr/wt/odlux/apps/networkMapApp/webpack.config.js @@ -160,6 +160,10 @@ module.exports = (env) => { target: "http://localhost:3001", secure: false }, + "/tiles/": { + target: "http://www.openstreetmap.org", + secure: false + }, "/help/": { target: "http://10.20.6.29:8181", secure: false |