Skip to content

Commit e7bb177

Browse files
Merge pull request #53 from code-review-platform-flow/FLOW-200
feat: cors methods OPTIONS 추가
2 parents 2d35229 + 60a8f51 commit e7bb177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spring:
1919
- POST
2020
- PUT
2121
- DELETE
22+
- OPTIONS
2223
allowedHeaders: "*"
2324
allowCredentials: true
2425
routes:

0 commit comments

Comments
 (0)