feat(owner-api-gateway): 매장등록 url 변경으로 인한 router 정보 변경

This commit is contained in:
bum12ark
2022-03-20 15:36:22 +09:00
parent be795e9c6a
commit be5e3abbee

View File

@@ -89,7 +89,7 @@ spring:
- id: user-service
uri: lb://USER-SERVICE
predicates:
- Path=/user-service/store-owner
- Path=/user-service/api/owner/store-owner
- Method=POST
filters:
- RewritePath=/user-service/(?<segment>.*),/$\{segment}