From 6578ecb437dddbaeb0701d1698209046ffc81003 Mon Sep 17 00:00:00 2001 From: Dae Wook KIM <140354427+totobon6125@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:25:16 +0900 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9f3bd24..ef5422e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -25,7 +25,7 @@ async function bootstrap() { const document = SwaggerModule.createDocument(app, config); SwaggerModule.setup('api', app, document); - // CORS 정책 test + // CORS 정책 test2 app.enableCors({ origin: [ 'http://localhost:5173',