Skip to content

Commit 2590818

Browse files
authored
fix: Route for Elysia.handle link
1 parent 6b8b6b7 commit 2590818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ new Elysia()
9393
})
9494
```
9595

96-
If you would like to call or perform unit test on controller, use [Elysia.handle](http://localhost:5173/essential/route.html#handle).
96+
If you would like to call or perform unit test on controller, use [Elysia.handle](/essential/route.html#handle).
9797

9898
```typescript
9999
const app = new Elysia()

0 commit comments

Comments
 (0)