18 lines
235 B
YAML
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
|