1 Commits

-1
View File
@@ -20,7 +20,6 @@ async function bootstrap() {
prefix: '/public/', prefix: '/public/',
}); });
app.enableCors(); app.enableCors();
await app.listen(AppModule.port); await app.listen(AppModule.port);