diff --git a/src/main.ts b/src/main.ts index c5770dc..9adceec 100644 --- a/src/main.ts +++ b/src/main.ts @@ -43,7 +43,7 @@ async function bootstrap() { ); app.enableCors({ - origin: ['.localhost:3000', 'https://cokoedu.com'], + origin: ['https://localhost:3000', 'https://cokoedu.com'], credentials: true, methods: 'GET,HEAD,OPTIONS,POST,PUT', allowedHeaders: