[#4566] fixed JSVM routerUse() example

This commit is contained in:
Gani Georgiev 2024-03-15 11:43:27 +02:00
parent 20653ef786
commit a5eff395b4
2 changed files with 4593 additions and 4505 deletions

File diff suppressed because it is too large Load Diff

View File

@ -96,7 +96,7 @@ declare function routerAdd(
* ` + "```" + `js
* routerUse((next) => {
* return (c) => {
* console.log(c.Path())
* console.log(c.path())
* return next(c)
* }
* })