Skip to content

Commit da6a7c6

Browse files
authored
Merge branch 'honojs:main' into main
2 parents ed24335 + 9001393 commit da6a7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ services = [
437437

438438
```ts
439439
// src/client.ts
440-
const client = hc<CreateProfileType>('/', {
440+
const client = hc<CreateProfileType>('http://localhost', {
441441
fetch: c.env.AUTH.fetch.bind(c.env.AUTH),
442442
})
443443
```

0 commit comments

Comments
 (0)