issue # 서버 이슈
All checks were successful
Test CI / build (push) Successful in 1m22s

This commit is contained in:
2025-12-14 02:48:28 +09:00
parent f2083bd1a4
commit b7c8b0a4cf

View File

@@ -21,7 +21,7 @@ async function bootstrap() {
}
const app = await NestFactory.create<NestFastifyApplication>(
AppModule,
new FastifyAdapter({ https: httpsOptions })
new FastifyAdapter(!isProd ? { https: httpsOptions } : undefined)
);
app.enableCors({
origin: (origin, callback) => {