diff --git a/apps/whale-api/src/main.ts b/apps/whale-api/src/main.ts index c0ff267267..b4d7aabe5e 100644 --- a/apps/whale-api/src/main.ts +++ b/apps/whale-api/src/main.ts @@ -11,6 +11,7 @@ async function bootstrap (): Promise { AppModule.forRoot(), newFastifyAdapter() ) + app.enableCors() await app.listen(3000, '0.0.0.0') }