Nestjs Cors Origin

const app = await NestFactory.create(AppModule, { cors: true });
abessrour