diff --git a/src/main.ts b/src/main.ts index d25772c..e2e4cf6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,6 @@ async function bootstrap() { prefix: '/public/', }); - app.enableCors(); await app.listen(AppModule.port);