We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047b0d3 commit 13a1da0Copy full SHA for 13a1da0
docs/eden/installation.md
@@ -70,7 +70,7 @@ export type App = typeof app // [!code ++]
70
import { treaty } from '@elysiajs/eden'
71
import type { App } from './server' // [!code ++]
72
73
-const client = treaty<App>('http://localhost') // [!code ++]
+const client = treaty<App>('localhost:3000') // [!code ++]
74
75
// response: Hi Elysia
76
const { data: index } = await client.index.get()
0 commit comments