2
0

feat: rename directory wfc-modules-user to wfc-user

This commit is contained in:
zhangsz
2024-12-30 10:03:24 +08:00
parent b79f2a441a
commit dd0404b6a6
151 changed files with 26 additions and 19 deletions

View File

@@ -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