Skip to content

Commit

Permalink
Fix: 주문 Allowed Methods PATCH, OPTIONS, DELETE 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hellonayeon committed Nov 19, 2022
1 parent 9582f63 commit 4d7412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spring:
uri: lb://ORDER-SERVICE
predicates:
- Path=/order-service/**
- Method=GET,POST,PATCH
- Method=GET,POST,PATCH,DELETE,OPTIONS
filters:
- RemoveRequestHeader=Cookie
- RewritePath=/order-service/(?<segment>.*), /$\{segment}
Expand Down

0 comments on commit 4d7412d

Please sign in to comment.