feat: rename directory wfc-modules-user to wfc-user
This commit is contained in:
@@ -49,10 +49,17 @@ spring:
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
# 用户平台模块
|
||||
- id: wfc-modules-user
|
||||
uri: lb://wfc-modules-user
|
||||
- id: wfc-ser
|
||||
uri: lb://wfc-user
|
||||
predicates:
|
||||
- Path=/u/**
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
# payment module
|
||||
- id: wfc-payment
|
||||
uri: lb://wfc-payment
|
||||
predicates:
|
||||
- Path=/payment/**
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user