From cf9b3887a46de7419c278126d09e14a228126e2d Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 13 Oct 2024 12:16:27 +0200 Subject: fix docs/get-started-cli --- docs/get-started-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/get-started-cli.md b/docs/get-started-cli.md index a1ffa4f..22c0a0f 100644 --- a/docs/get-started-cli.md +++ b/docs/get-started-cli.md @@ -54,7 +54,7 @@ EOF ## Query the API ```console -curl 'http://localhost:8081' --data ' +curl 'http://localhost:8081/api/query' --data ' SELECT { name: restaurant.name, -- cgit v1.2.3