Skip to content

Commit 93562a7

Browse files
Merge pull request #60 from code-review-platform-flow/FLOW-200
fix : Payment 관련 API 추가
2 parents fb3c752 + 36db51a commit 93562a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/resources/application-dev.yml

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ spring:
6060
uri: ${PAYMENT_ROUTE_ADDRESS}
6161
predicates:
6262
- Path=/payment/**
63+
- Method=GET
64+
65+
- id: payment-route
66+
uri: ${PAYMENT_ROUTE_ADDRESS}
67+
predicates:
68+
- Path=/payment/**
69+
- Method=POST,PATCH,DELETE
6370
filters:
6471
- name: AuthenticationFilter
6572

0 commit comments

Comments
 (0)