From f5879e25fe1700f8ed8832b93d5ff73c3c020c7a Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 27 Oct 2021 21:04:46 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",