diff --git a/app/api/src/main.ts b/app/api/src/main.ts index 12e2664..85cd85e 100644 --- a/app/api/src/main.ts +++ b/app/api/src/main.ts @@ -8,7 +8,6 @@ async function bootstrap() { const app = await NestFactory.create(AppModule); app.enableCors({ - origin: [ /\.localhost$/, /\.playt2\.com$/ ], credentials: true });