From ea210319ce1f748e1f44fd47e763ceaa45b1ee90 Mon Sep 17 00:00:00 2001 From: darkdragon-001 Date: Thu, 21 May 2020 18:21:14 +0200 Subject: [PATCH] fix whitespace in browser/webpack.config.js (#9665) --- browser/webpack.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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',