blade-gateway-dev.json 226 B

1234567891011121314
  1. [
  2. {
  3. "id": "cy-estate",
  4. "order": 0,
  5. "predicates": [{
  6. "name": "Path",
  7. "args": {
  8. "pattern": "/estate/**"
  9. }
  10. }],
  11. "filters": [],
  12. "uri": "http://localhost:801/bladex-estate/"
  13. }
  14. ]