We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d1c63 commit dbb6ac7Copy full SHA for dbb6ac7
backend/src/main.ts
@@ -8,7 +8,6 @@ async function bootstrap() {
8
const app = await NestFactory.create(AppModule);
9
app.useWebSocketAdapter(new WsAdapter(app));
10
app.useGlobalFilters(new HttpExceptionFilter());
11
- app.enableCors();
12
13
const config = new DocumentBuilder()
14
.setTitle('OctoDocs')
0 commit comments