app.enablecors nestjs when i make app<NestExpressApplication> code example
Example: nestjs cors origin
const app = await NestFactory.create(AppModule, { cors: true });
const app = await NestFactory.create(AppModule, { cors: true });