Skip to content

Commit d100f6a

Browse files
fix : Cors Patch 추가
1 parent 7e8af8a commit d100f6a

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
@@ -20,6 +20,7 @@ spring:
2020
- POST
2121
- PUT
2222
- DELETE
23+
- PATCH
2324
- OPTIONS
2425
allowedHeaders: "*"
2526
allowCredentials: true

0 commit comments

Comments
 (0)