diff --git a/webpack.config.js b/webpack.config.js index 4a5e203..672974f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -72,7 +72,7 @@ module.exports = (env) => { port: 3050, open: true, hot: true, - contentBase: "./dist" + contentBase: "./dist", proxy: { "/api/**": { target: "http://localhost:8050",