mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
add some of the _examples to the README, nothing crazy here
Former-commit-id: ec6e4dc3e986e476da99f840bc897324d03ba0d0
This commit is contained in:
@@ -172,7 +172,7 @@ func main() {
|
||||
}()
|
||||
|
||||
app := iris.New()
|
||||
app.Get("/", func(ctx iris.Context) {
|
||||
app.Get("/", func(ctx context.Context) {
|
||||
ctx.HTML(
|
||||
`<html><head><title>SSE</title>` + script + `</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user