Skip to content

Commit

Permalink
docs: update proxy-the-httpbin-service.md (apache#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupipal authored and Sindweller committed Nov 25, 2021
1 parent b0ca273 commit faab14d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/latest/practices/proxy-the-httpbin-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In order to let Apache APISIX proxies requests to httpbin, we need to create an

```yaml
# httpbin-route.yaml
apiVersion: apisix.apache.org/v2beta1
apiVersion: apisix.apache.org/v2beta2
kind: ApisixRoute
metadata:
name: httpserver-route
Expand All @@ -58,8 +58,8 @@ spec:
- local.httpbin.org
paths:
- /*
backend:
serviceName: httpbin
backends:
-serviceName: httpbin
servicePort: 80
```

Expand Down

0 comments on commit faab14d

Please sign in to comment.