Skip to content

Commit

Permalink
docs: ✏️ example modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Josper committed May 7, 2024
1 parent 47d4a86 commit c8d26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const httpSvc = new HttpService({

```ts
httpSvc.request({
url: '/x/web-interface/nav'
url: '/get'
})
.then(res => {
console.log(res)
Expand Down

0 comments on commit c8d26a1

Please sign in to comment.