From 2f42b168bb24a8504540c2ffc642f5b2b7e266f0 Mon Sep 17 00:00:00 2001 From: Asklv Date: Tue, 13 May 2025 13:34:30 +0800 Subject: [PATCH] fix: fix wrong endpoint in envoy gateway test. Signed-off-by: Asklv --- site/content/en/docs/integrations/envoy-ai-gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/integrations/envoy-ai-gateway.md b/site/content/en/docs/integrations/envoy-ai-gateway.md index 9344cc7a..5ccc565e 100644 --- a/site/content/en/docs/integrations/envoy-ai-gateway.md +++ b/site/content/en/docs/integrations/envoy-ai-gateway.md @@ -47,7 +47,7 @@ kubectl -n llmaz-system port-forward \ 8080:80 ``` -II. Query `http://localhost:8008/v1/models | jq .`, available models will be listed. Expected response will look like this: +II. Query `curl http://localhost:8080/v1/models | jq .`, available models will be listed. Expected response will look like this: ```json {