Skip to content

Commit e097c69

Browse files
committed
24.11.02
1 parent d6a02ae commit e097c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ async function bootstrap() {
1515
'https://dev.oodd.today',
1616
], // 프론트엔드에서 접근 가능한 도메인
1717
credentials: true,
18+
allowedHeaders: '*', // 모든 헤더 허용
1819
});
1920
setupSwagger(app);
2021
await app.listen(process.env.PORT);

0 commit comments

Comments
 (0)