|
|
@@ -13,7 +13,7 @@ async function bootstrap() {
|
|
|
const app = await NestFactory.create(AppModule, { httpsOptions });
|
|
|
|
|
|
app.enableCors({
|
|
|
- origin: 'https://192.168.100.100:4200',
|
|
|
+ origin: ['https://192.168.100.100:4200', 'https://localhost:4200'],
|
|
|
credentials: true,
|
|
|
});
|
|
|
|