Skip to content

Commit

Permalink
docs: fix wrong request url (cloudwego#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlorain authored Jan 23, 2023
1 parent e218d31 commit 519accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy_note/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ curl --location --request POST '127.0.0.1:8080/v2/note' \
### Query Note

```shell
curl --location --request GET '127.0.0.1:8080/v1/note/query?offset=0&limit=20&search_key=test' \
curl --location --request GET '127.0.0.1:8080/v2/note/query?offset=0&limit=20&search_key=test' \
--header 'Authorization: Bearer $token'
```

Expand Down

0 comments on commit 519accd

Please sign in to comment.