Skip to content

Commit b6197e6

Browse files
authored
Fixed: change /hello to /hi
Fixed path of the code snippet of demo1, /hello to /hi
1 parent ac97b64 commit b6197e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import { Elysia } from 'elysia'
5353

5454
new Elysia()
5555
.get('/', () => 'hello')
56-
.get('/hello', () => 'hi')
56+
.get('/hi', () => 'hi')
5757
.listen(3000)
5858
```
5959

0 commit comments

Comments
 (0)