fix whitespace in browser/webpack.config.js (#9665)

master
darkdragon-001 4 years ago committed by GitHub
parent 2896e780ae
commit ea210319ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      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',

Loading…
Cancel
Save