Skip to content

Commit 34cc47a

Browse files
authored
fix: fix wrong endpoint in envoy gateway test. (#409)
Signed-off-by: Asklv <lvbo@cloudpilot.ai>
1 parent e72f7da commit 34cc47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/en/docs/integrations/envoy-ai-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kubectl -n llmaz-system port-forward \
4747
8080:80
4848
```
4949

50-
II. Query `http://localhost:8008/v1/models | jq .`, available models will be listed. Expected response will look like this:
50+
II. Query `curl http://localhost:8080/v1/models | jq .`, available models will be listed. Expected response will look like this:
5151

5252
```json
5353
{

0 commit comments

Comments
 (0)