From 3f38ed2c574bf5ec6d5dd46a3e7acaf0ff49eded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B1=B4=EC=9A=B0?= Date: Thu, 26 Dec 2024 14:19:17 +0900 Subject: [PATCH] =?UTF-8?q?fix/#39/cors=20=EB=A9=94=EC=84=9C=EB=93=9C=20de?= =?UTF-8?q?lete=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9c91e19..dc943c2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -49,7 +49,7 @@ async function bootstrap() { 'https://admin.cokoedu.com', ], credentials: true, - methods: 'GET,HEAD,POST,PUT,PATCH', + methods: 'GET,POST,PUT,PATCH,DELETE', allowedHeaders: 'Origin, X-Requested-With, Content-Type, Accept, Authorization', });