From c8fb5e120eaefede2e80e053afd8cbf6752c1663 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 14 Mar 2022 01:33:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20vendors.js=EA=B0=80=20=ED=95=84=ED=84=B0?= =?UTF-8?q?=EC=97=90=20=EA=B1=B8=EB=A6=AC=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/web/sam.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidche/web/sam.conf b/hidche/web/sam.conf index 252ebe3..3cead65 100644 --- a/hidche/web/sam.conf +++ b/hidche/web/sam.conf @@ -27,7 +27,7 @@ location ~ /node_modules { return 404; } -location ~ /vendor { +location ~ /vendor/ { return 404; }