From 0620c4b8ee18364a61536a6f0e645c1ac57db8d3 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Wed, 6 Jul 2022 17:08:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cors=20middleware=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f97de0d..b3e46ae 100755 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "formik": "^2.2.9", "framer-motion": "^4.1.13", "history": "^5.2.0", + "http-proxy-middleware": "^2.0.6", "image-to-base64": "^2.2.0", "jsonwebtoken": "^8.5.1", "jwt-decode": "^3.1.2",