From 382775fc0fa869331ea7a8308233d80a1b007c83 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Mon, 2 Sep 2024 14:29:21 +0800 Subject: [PATCH] update readme Signed-off-by: Song Gao --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1861923..a913bc5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```sh curl --request POST \ - --url http://127.0.0.1:3000/view \ + --url http://127.0.0.1:3030/view \ --data '{ "sql": "create table t(a int, b int,c int,d int);" }' @@ -14,7 +14,7 @@ curl --request POST \ ```sh curl --request POST \ - --url http://127.0.0.1:3000/view \ + --url http://127.0.0.1:3030/view \ --data '{ "sql": "select a as e from t where b > 30;" }'