Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <[email protected]>
  • Loading branch information
Yisaer committed Sep 2, 2024
1 parent e6cb55c commit 382775f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
}'
Expand All @@ -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;"
}'
Expand Down

0 comments on commit 382775f

Please sign in to comment.