We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0904f15 commit 4f9bf19Copy full SHA for 4f9bf19
src/main.ts
@@ -14,7 +14,6 @@ async function bootstrap() {
14
'https://oodd.today',
15
'https://dev.oodd.today',
16
], // 프론트엔드에서 접근 가능한 도메인
17
- methods: 'GET,HEAD,PUT,PATCH,POST,DELETE,OPTIONS',
18
credentials: true,
19
});
20
setupSwagger(app);
0 commit comments