Skip to content

Commit dbb6ac7

Browse files
committed
fix: 테스트용 enableCors() 제거
1 parent b4d1c63 commit dbb6ac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ async function bootstrap() {
88
const app = await NestFactory.create(AppModule);
99
app.useWebSocketAdapter(new WsAdapter(app));
1010
app.useGlobalFilters(new HttpExceptionFilter());
11-
app.enableCors();
1211

1312
const config = new DocumentBuilder()
1413
.setTitle('OctoDocs')

0 commit comments

Comments
 (0)