diff --git a/src/main.ts b/src/main.ts index 54b8da7..e8b5ed3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,7 +14,7 @@ async function bootstrap() { }), ); app.enableCors({ - origin: ['http://localhost:3000'], + origin: ['http://localhost:3000', 'https://tvone.petermaquiran.xyz'], methods: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'], allowedHeaders: ['Content-Type', 'Authorization'], credentials: true,