diff --git a/browser/webpack.config.js b/browser/webpack.config.js index 8bdbba530..7dd0b1535 100644 --- a/browser/webpack.config.js +++ b/browser/webpack.config.js @@ -73,17 +73,17 @@ var exports = { }, proxy: { '/minio/webrpc': { - target: 'http://localhost:9000', - secure: false, - headers: {'Host': "localhost:9000"} + target: 'http://localhost:9000', + secure: false, + headers: {'Host': "localhost:9000"} }, '/minio/upload/*': { - target: 'http://localhost:9000', - secure: false + target: 'http://localhost:9000', + secure: false }, '/minio/download/*': { - target: 'http://localhost:9000', - secure: false + target: 'http://localhost:9000', + secure: false }, '/minio/zip': { target: 'http://localhost:9000',