We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a02ae commit e097c69Copy full SHA for e097c69
src/main.ts
@@ -15,6 +15,7 @@ async function bootstrap() {
15
'https://dev.oodd.today',
16
], // 프론트엔드에서 접근 가능한 도메인
17
credentials: true,
18
+ allowedHeaders: '*', // 모든 헤더 허용
19
});
20
setupSwagger(app);
21
await app.listen(process.env.PORT);
0 commit comments