diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 12c6e75c3..99755c70e 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -91,10 +91,9 @@ module.exports = (env, argv) => { }, proxy: [{ context: ['/api'], - target: 'http://localhost:8080', + target: 'http://localhost:8081', router: () => 'https://juick.com', secure: false, - withCredentials: true, changeOrigin: true }] } |