diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 3f5ef7106..f92df4043 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -70,7 +70,7 @@ module.exports = { compress: true, port: 8999, proxy: { - '/api': 'https://localhost:9443', + '/api': 'http://localhost:9000', }, open: true, writeToDisk: true,