Skip to content

Commit 60a8f51

Browse files
feat: cors methods OPTIONS 추가
1 parent 786a7e9 commit 60a8f51

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)