Skip to content

Commit 36db51a

Browse files
fix : Payment 관련 API 추가
1 parent a1809f0 commit 36db51a

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)