feat: Bổ sung các chức năng quản trị viên để quản lý ví và tài khoản điểm, bao gồm các lệnh điều chỉnh và truy vấn.
This commit is contained in:
@@ -301,7 +301,7 @@ services:
|
||||
start_period: 40s
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.wallet-service.rule=PathPrefix(`/api/v1/wallets`) || PathPrefix(`/api/v1/points`)"
|
||||
- "traefik.http.routers.wallet-service.rule=PathPrefix(`/api/v1/wallets`) || PathPrefix(`/api/v1/points`) || PathPrefix(`/api/v1/admin/wallets`) || PathPrefix(`/api/v1/admin/points`)"
|
||||
- "traefik.http.routers.wallet-service.entrypoints=web"
|
||||
- "traefik.http.services.wallet-service.loadbalancer.server.port=8080"
|
||||
- "traefik.http.services.wallet-service.loadbalancer.healthcheck.path=/health/live"
|
||||
|
||||
Reference in New Issue
Block a user