Files
lone-services/deploy/apisix/apisix.yaml
T
2026-08-05 17:37:32 +08:00

18 lines
235 B
YAML

routes:
- id: bff
name: bff
uris:
- /admin/*
- /api/*
- /app/*
methods:
- GET
- POST
- PUT
- OPTIONS
upstream:
type: roundrobin
nodes:
"bff:10000": 1
#END