Skip to content

Commit

Permalink
Update manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Mar 11, 2024
1 parent 0b1a934 commit e5a70ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
"id": ctx.Param("id"),
})
})
y.Run(":8080")
y.Run("localhost:8080")
}
```

Expand Down Expand Up @@ -115,7 +115,7 @@ y.GET("/p/:id", func(ctx *yap.Context) {
})
})

y.Run(":8080")
y.Run(":8888")
```

demo in Go+ classfile v1 ([main.yap](../demo/classfile_blog/blog_yap.gox), [article_yap.html](../demo/classfile_blog/yap/article_yap.html)):
Expand Down

0 comments on commit e5a70ff

Please sign in to comment.