diff --git a/src/main.ts b/src/main.ts index 74b3c59..348714d 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'], methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',