first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
routes:
|
||||
- id: bff
|
||||
name: bff
|
||||
uris:
|
||||
- /admin/*
|
||||
- /api/*
|
||||
- /app/*
|
||||
methods:
|
||||
- GET
|
||||
- POST
|
||||
- PUT
|
||||
- OPTIONS
|
||||
upstream:
|
||||
type: roundrobin
|
||||
nodes:
|
||||
"bff:10000": 1
|
||||
#END
|
||||
Reference in New Issue
Block a user