diff --git a/src/main.ts b/src/main.ts index dee9b4f787..552ea9645f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,7 @@ async function bootstrap() { app.get(IConfigurationService); const applicationPort: string = configurationService.getOrThrow('applicationPort'); - + app.enableCors() await app.listen(applicationPort); }