diff --git a/src/main.ts b/src/main.ts index ff80913..abb4796 100644 --- a/src/main.ts +++ b/src/main.ts @@ -13,6 +13,7 @@ async function bootstrap() { } else { logger.log('In development mode'); origin.push('http://localhost:4200'); + origin.push('http://localhost:8100') } app.enableCors({ credentials: true,