diff --git a/apps/gateway/main.ts b/apps/gateway/main.ts index 02a9a017..ec5f40fd 100644 --- a/apps/gateway/main.ts +++ b/apps/gateway/main.ts @@ -12,6 +12,7 @@ async function bootstrap(): Promise { console.log("[Gateway] NestFactory created"); app.useLogger(app.get(Logger)); + app.enableCors(); const port = process.env["PORT"] ?? 3000; console.log(`[Gateway] Listening on port ${port}...`);