fix: route payment callbacks to order service
This commit is contained in:
parent
399da096b0
commit
8f888c7041
@ -103,6 +103,11 @@ spring:
|
|||||||
args:
|
args:
|
||||||
aesKey: ${LIKEI_GATEWAY_FORWARD_ROUTE_AES_KEY}
|
aesKey: ${LIKEI_GATEWAY_FORWARD_ROUTE_AES_KEY}
|
||||||
|
|
||||||
|
- id: service-order-notice
|
||||||
|
uri: ${LIKEI_GATEWAY_ROUTE_ORDER_URI}
|
||||||
|
predicates:
|
||||||
|
- Path=/play-server-notice/**
|
||||||
|
|
||||||
- id: service-other
|
- id: service-other
|
||||||
uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI}
|
uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI}
|
||||||
predicates:
|
predicates:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user