Skip to content

Commit

Permalink
Fix bug typo in yaml (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancanhuit committed Nov 21, 2021
1 parent 719c42f commit bdf6721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/latest/practices/proxy-the-httpbin-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
paths:
- /*
backends:
-serviceName: httpbin
servicePort: 80
- serviceName: httpbin
servicePort: 80
```

The YAML snippet shows a simple `ApisixRoute` configuration, which tells Apache APISIX to route all requests with Host `local.httpbin.org` to the `httpbin` service.
Expand Down

0 comments on commit bdf6721

Please sign in to comment.